From 8eed818acea498a1910040395adb58abf4a4c0bd Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 4 Sep 2017 14:12:03 -0400 Subject: Update PATH --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3