Browse Source

Add autojump plugin

Jacob Atzen 14 years ago
parent
commit
31ef619967
1 changed files with 3 additions and 0 deletions
  1. 3 0
      plugins/autojump/autojump.plugin.zsh

+ 3 - 0
plugins/autojump/autojump.plugin.zsh

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