1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 12:37:25 +00:00

Removed autojump in favour of z.

This commit is contained in:
Sorin Ionescu 2011-09-28 15:44:32 -04:00
parent 7a37c48991
commit b35b171c5d

View File

@ -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