aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc/S20_environment
diff options
context:
space:
mode:
Diffstat (limited to 'files/.zsh/rc/S20_environment')
-rw-r--r--files/.zsh/rc/S20_environment2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment
index 6d3107b..e3f1125 100644
--- a/files/.zsh/rc/S20_environment
+++ b/files/.zsh/rc/S20_environment
@@ -5,7 +5,7 @@ if [ x"$HOSTNAME" = x ] ; then
export HOSTNAME=$(/bin/hostname)
fi
-path=(~/bin $path)
+path=(~/bin ~/.local/bin $path)
fpath=($HOME/.zsh/zsh-completions/src $fpath)
# To force rebuild zcompdump: