diff options
Diffstat (limited to 'config/ksh/kshrc')
-rw-r--r-- | config/ksh/kshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/ksh/kshrc b/config/ksh/kshrc index e81bd97..a5b48e0 100644 --- a/config/ksh/kshrc +++ b/config/ksh/kshrc @@ -10,6 +10,7 @@ if ! [[ -d $(dirname $HISTFILE) ]]; then fi HISTSIZE=5000 HISTCONTROL="ignoredups" +FCEDIT="$EDITOR" TMPDIR=$XDG_CACHE_HOME/ksh if ! [[ -d $TMPDIR ]]; then mkdir -p $TMPDIR; @@ -17,7 +18,7 @@ fi # shortcut for cloning GITHUB="https://github.com" # make pfetch show what i want -export PF_INFO="ascii title os host shell editor wm pkgs uptime palette" +export PF_INFO="ascii title os host shell editor wm pkgs palette" # fix manpath so local man pages work # crude *bsd detection if [[ -d /usr/X11R6 ]]; then |