From 71db2a3307d93fb6786ba89f30239e8f0c6acf7f Mon Sep 17 00:00:00 2001 From: Locojay Date: Thu, 19 May 2011 23:59:25 -0400 Subject: [PATCH] addin path to .bin --- bootstrap.sh | 1 + zshrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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