autojump: clarify need to install it first

Related: #8806
master
Marc Cornellà 6 years ago
parent 31eca46ee3
commit 2560f04982
  1. 2
      plugins/autojump/README.md
  2. 2
      plugins/autojump/autojump.plugin.zsh

@ -8,4 +8,4 @@ To use it, add `autojump` to the plugins array in your zshrc file:
plugins=(... autojump) plugins=(... autojump)
``` ```
More info on the usage: https://github.com/wting/autojump **Note:** you have to [install autojump](https://github.com/wting/autojump#installation) first.

@ -29,6 +29,6 @@ if (( ! found && $+commands[brew] )); then
fi fi
fi fi
(( ! found )) && echo '[oh-my-zsh] autojump script not found' (( ! found )) && echo '[oh-my-zsh] autojump not found. Please install it first.'
unset autojump_paths file found unset autojump_paths file found

Loading…
Cancel
Save