浏览代码

autojump: clarify need to install it first

Related: #8806
Marc Cornellà 4 年之前
父节点
当前提交
2560f04982
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      plugins/autojump/README.md
  2. 1 1
      plugins/autojump/autojump.plugin.zsh

+ 1 - 1
plugins/autojump/README.md

@@ -8,4 +8,4 @@ To use it, add `autojump` to the plugins array in your zshrc file:
 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.

+ 1 - 1
plugins/autojump/autojump.plugin.zsh

@@ -29,6 +29,6 @@ if (( ! found && $+commands[brew] )); then
   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