mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02: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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue