aboutsummaryrefslogtreecommitdiff
path: root/dot_kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot_kshrc')
-rw-r--r--dot_kshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_kshrc b/dot_kshrc
index 3acab9c..9a52a09 100644
--- a/dot_kshrc
+++ b/dot_kshrc
@@ -6,6 +6,8 @@ export PS1=$PPROMPT
export HISTFILE="$HOME/.ksh_history"
export HISTSIZE=5000
+[ -f "${HOME}/.config/sh/xdg-base-dirs" ] && . "${HOME}/.config/sh/xdg-base-dirs"
+
export VISUAL="vim"
export EDITOR="$VISUAL"
set -o emacs