Extends vimrc and installs autojump

This commit is contained in:
William Carroll 2016-12-04 16:39:59 -05:00
parent 37dcbc595d
commit c4521f8def
2 changed files with 13 additions and 4 deletions

View file

@ -43,3 +43,8 @@ source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# RE: http://superuser.com/questions/588846/cannot-get-vim-to-remap-ctrls-to-w
stty -ixon
# Run Autojump at shell startup
[[ $(brew --prefix)/etc/profile.d/autojump.sh ]] && \
. $(brew --prefix)/etc/profile.d/autojump.sh