Update autojump.plugin.zsh

This commit is contained in:
Alex Parker 2015-10-26 09:54:19 -06:00
commit 72192870db

View file

@ -19,5 +19,5 @@ if [ $commands[autojump] ]; then # check if autojump is installed
. `brew --prefix`/etc/autojump.sh
fi
else
echo 'Please install autojump to enable the plugin (https://github.com/wting/autojump)';
echo 'Please install autojump to enable the plugin (https://github.com/wting/autojump)'
fi