diff --git a/bootstrap.sh b/bootstrap.sh index 4885962bf..3adbd19b6 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,6 @@ #getting submodules git submodule init git submodule update +sudo brew install autojump f=$(pwd) ln -Fs $f"/zshrc" ~/.zshrc diff --git a/zshrc b/zshrc index 8a6e953b8..9fd6db417 100644 --- a/zshrc +++ b/zshrc @@ -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