diff options
author | Tharre <tharre3@gmail.com> | 2015-10-11 17:02:59 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:36 +0000 |
commit | 9ed9e4d9a397db15dea774f8a75d598c179dbaed (patch) | |
tree | 282c8f0e0ce52125ca8f3dbe77eab68217f13612 | |
parent | aa18fb1ff36982afa203a04d0fefbfdf4b066cfc (diff) | |
download | dotfiles-9ed9e4d9a397db15dea774f8a75d598c179dbaed.tar.gz dotfiles-9ed9e4d9a397db15dea774f8a75d598c179dbaed.tar.xz dotfiles-9ed9e4d9a397db15dea774f8a75d598c179dbaed.zip |
zsh: add ~/bin to PATH
-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 |