mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Update autojump.plugin.zsh
This commit is contained in:
parent
6ee54ff4b5
commit
72192870db
1 changed files with 1 additions and 1 deletions
|
|
@ -19,5 +19,5 @@ if [ $commands[autojump] ]; then # check if autojump is installed
|
||||||
. `brew --prefix`/etc/autojump.sh
|
. `brew --prefix`/etc/autojump.sh
|
||||||
fi
|
fi
|
||||||
else
|
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
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue