about summary refs log tree commit diff
path: root/configs/.zsh_profile
diff options
context:
space:
mode:
Diffstat (limited to 'configs/.zsh_profile')
-rw-r--r--configs/.zsh_profile5
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
+