Commit 047fcdc2 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #743 from c089/autojump-macports

add support for autojump installed via macports
parents 220eccf0 3e7e52a2
if [ -f `brew --prefix`/etc/autojump ]; then
if [ -f /opt/local/etc/profile.d/autojump.sh ]; then
. /opt/local/etc/profile.d/autojump.sh
elif [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
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