This commit is contained in:
Roland Thomas 2023-02-11 01:17:41 -05:00
parent 22f40dfde7
commit 6772c43fad
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Exports # Exports
set --export EDITOR "vim" set --export EDITOR "vim"
set --export PF_INFO "ascii title os host kernel uptime pkgs memory wm shell editor palette" set --export PF_INFO "ascii title os host kernel uptime pkgs memory wm shell editor palette"
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'" set --export MANPAGER "sh -c 'col -bx | bat -l man -p'"
set --export QT_QPA_PLATFORMTHEME "gtk2"
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here