adding autojump

This commit is contained in:
Locojay 2011-05-23 20:04:40 -04:00
commit 7097e0c858
2 changed files with 5 additions and 2 deletions

View file

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