Add autojump plugin

master
Jacob Atzen 15 years ago
parent 7c3d12c7de
commit 31ef619967
  1. 3
      plugins/autojump/autojump.plugin.zsh

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