0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Update autojump.plugin.zsh

I was adding autojump on a new machine and annoyingly forgot that autojump
was to be installed on its own. This may be helpful.
This commit is contained in:
Alex Parker 2015-10-23 13:00:12 -06:00 committed by Marc Cornellà
parent 481a649f90
commit 5e9ee67f2b

View file

@ -20,4 +20,6 @@ if [ $commands[autojump] ]; then # check if autojump is installed
elif [ $commands[brew] -a -f `brew --prefix`/etc/autojump.sh ]; then # mac os x with brew
. `brew --prefix`/etc/autojump.sh
fi
else
echo 'Please install autojump to enable the plugin (https://github.com/wting/autojump)'
fi