Commit 5e9ee67f authored by Alex Parker's avatar Alex Parker Committed by Marc Cornellà
Browse files

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.
parent 481a649f
...@@ -20,4 +20,6 @@ if [ $commands[autojump] ]; then # check if autojump is installed ...@@ -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 elif [ $commands[brew] -a -f `brew --prefix`/etc/autojump.sh ]; then # mac os x with brew
. `brew --prefix`/etc/autojump.sh . `brew --prefix`/etc/autojump.sh
fi fi
else
echo 'Please install autojump to enable the plugin (https://github.com/wting/autojump)'
fi fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment