aboutsummaryrefslogtreecommitdiff
path: root/dot_kshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-12-20 10:32:06 -0500
committerRyan Kavanagh <rak@rak.ac>2023-12-20 10:32:06 -0500
commit88a4b2a0845afc2550411efabc9507d2dfe27c91 (patch)
tree54f8cdb11ddf501667f6556a0be7a1f45ba98a43 /dot_kshrc
parentResign remaining certs while I'm at it (diff)
Share xdg-base-dirs between ksh & zsh
Diffstat (limited to '')
-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