Commit 955825b1 authored by Calogero Lo Leggio's avatar Calogero Lo Leggio
Browse files

autojump plugin enhanced

parent 8c45b739
if [ -f /opt/local/etc/profile.d/autojump.sh ]; then if [ -f /usr/share/autojump/autojump.zsh ]; then # debian and ubuntu package
. /opt/local/etc/profile.d/autojump.sh . /usr/share/autojump/autojump.zsh
elif [ -f `brew --prefix`/etc/autojump ]; then elif [ -f /etc/profile.d/autojump.zsh ]; then # manual installation
. /etc/profile.d/autojump.zsh
elif (`command -v brew >/dev/null`); then # mac os x with brew
if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump . `brew --prefix`/etc/autojump
fi
fi fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment