aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e16b12b..b81cdf8 100644
--- a/.zshrc
+++ b/.zshrc
@@ -52,7 +52,7 @@ export GIT_AUTHOR_NAME=$NAME
export DARCS_EMAIL="$NAME <$EMAIL>"
export QUILT_PATCHES=debian/patches
export GEM_BIN="${HOME}/.gem/ruby/2.3.0/bin"
-export PATH=$HOME/bin:/usr/sbin:/sbin:$PATH:${GEM_BIN}
+export PATH=${HOME}/bin:/usr/sbin:/sbin:$PATH:${GEM_BIN}:${HOME}/.local/bin/
export CCACHE_DIR=/ccache
#export HTTP_PROXY="http://localhost:3128/"
export MANWIDTH=80