aboutsummaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/kshrc b/kshrc
index 03be252..202f9ff 100644
--- a/kshrc
+++ b/kshrc
@@ -535,5 +535,7 @@ if [ $COLOR -eq 1 ] ; then
setlscolors
fi
+[ -d "$HOME/.local/bin" ] && path_preappend "$HOME/.local/bin"
+
# Include local configuration options
[ -r "$LOCAL" ] && . "$LOCAL"