From b35b171c5da883146ed4a3daa21d4e4e1457926b Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Wed, 28 Sep 2011 15:44:32 -0400 Subject: [PATCH] Removed autojump in favour of z. --- plugins/autojump/init.zsh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 plugins/autojump/init.zsh diff --git a/plugins/autojump/init.zsh b/plugins/autojump/init.zsh deleted file mode 100644 index aee4b64..0000000 --- a/plugins/autojump/init.zsh +++ /dev/null @@ -1,8 +0,0 @@ -if [[ -f /etc/profile.d/autojump.zsh ]]; then - source /etc/profile.d/autojump.zsh -elif [[ -f /opt/local/etc/profile.d/autojump.zsh ]]; then - source /opt/local/etc/profile.d/autojump.zsh -elif [[ -f "$(brew --prefix 2> /dev/null)/etc/autojump.zsh" ]]; then - source "$(brew --prefix)/etc/autojump.zsh" -fi -