mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-01 19:39:25 +00:00
Cleaned up the plugins.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
if [ -f `brew --prefix`/etc/autojump ]; then
|
||||
. `brew --prefix`/etc/autojump
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user