Browse Source

Removed autojump in favour of z.

master
Sorin Ionescu 13 years ago
parent
commit
b35b171c5d
  1. 8
      plugins/autojump/init.zsh

8
plugins/autojump/init.zsh

@ -1,8 +0,0 @@ @@ -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
Loading…
Cancel
Save