adding autojump

This commit is contained in:
Locojay 2011-05-23 20:04:40 -04:00
commit 7097e0c858
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
fi

4
zshrc
View file

@ -22,14 +22,14 @@ MODE_INDICATOR="%{$fg_bold[cyan]%}-- CMD MODE -- $R"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git git-flow gem brew vi-mode pip osx syntax-highlighting extract)
plugins=(git git-flow gem brew vi-mode pip osx syntax-highlighting extract autojump)
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
#source /usr/local/Cellar/autojump/15/etc/autojump.zsh
#if [[ -z "$TMUX" ]]; then
#tmux att
#fi