diff options
-rw-r--r-- | shell/_zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/_zshrc b/shell/_zshrc index 4b7314c..0594d08 100644 --- a/shell/_zshrc +++ b/shell/_zshrc @@ -164,6 +164,7 @@ function 256color_test { ## PATH export PATH=$PATH:~/.cabal/bin export PATH=$PATH:$HOME/.gem/ruby/2.2.0/bin +export PATH=$PATH:$HOME/bin ## alias |