From 5e9ee67f2b7e53c9e4bb5a0220276a97a22ca0e6 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Fri, 23 Oct 2015 13:00:12 -0600 Subject: [PATCH] Update autojump.plugin.zsh I was adding autojump on a new machine and annoyingly forgot that autojump was to be installed on its own. This may be helpful. --- plugins/autojump/autojump.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/autojump/autojump.plugin.zsh b/plugins/autojump/autojump.plugin.zsh index 3946106b0..c7da73b23 100644 --- a/plugins/autojump/autojump.plugin.zsh +++ b/plugins/autojump/autojump.plugin.zsh @@ -20,4 +20,6 @@ if [ $commands[autojump] ]; then # check if autojump is installed elif [ $commands[brew] -a -f `brew --prefix`/etc/autojump.sh ]; then # mac os x with brew . `brew --prefix`/etc/autojump.sh fi +else + echo 'Please install autojump to enable the plugin (https://github.com/wting/autojump)' fi