mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +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:
parent
e44aa50301
commit
6ee54ff4b5
1 changed files with 2 additions and 0 deletions
|
|
@ -18,4 +18,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue