From 72192870dba8ddc8879fae35d4c1d7df21ccf644 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Mon, 26 Oct 2015 09:54:19 -0600 Subject: [PATCH] Update autojump.plugin.zsh --- plugins/autojump/autojump.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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