diff --git a/plugins/autojump/autojump.plugin.zsh b/plugins/autojump/autojump.plugin.zsh index f64181497..4d803dd15 100644 --- a/plugins/autojump/autojump.plugin.zsh +++ b/plugins/autojump/autojump.plugin.zsh @@ -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