addin path to .bin

This commit is contained in:
Locojay 2011-05-19 23:59:25 -04:00
commit 71db2a3307
2 changed files with 3 additions and 1 deletions

3
zshrc
View file

@ -26,6 +26,7 @@ plugins=(git git-flow gem brew vi-mode pip osx)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
export PATH=$HOME/.bin:$PATH
export PATH=$HOME/bin:$PATH
source ~/.profile
source /usr/local/Cellar/autojump/15/etc/autojump.zsh
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator