diff options
author | William Carroll <wpcarro@gmail.com> | 2016-12-04T21·39-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-12-04T21·39-0500 |
commit | c4521f8def59bf25ea7de55c7c00bd117805f03b (patch) | |
tree | 46d1ebf8128acaa90a887de5203a0f64ebdccb8f /configs/.zsh_profile | |
parent | 37dcbc595dc9f0cd809d2e401723900601b1aca7 (diff) |
Extends vimrc and installs autojump
Diffstat (limited to 'configs/.zsh_profile')
-rw-r--r-- | configs/.zsh_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/.zsh_profile b/configs/.zsh_profile index f80664afcd88..72200b436491 100644 --- a/configs/.zsh_profile +++ b/configs/.zsh_profile @@ -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 + |