mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 6acfae9dc0 into 7a41498b0d
This commit is contained in:
commit
a369c60007
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
if [ -f /opt/local/etc/profile.d/autojump.sh ]; then
|
||||
if [ -f /usr/share/autojump/autojump.zsh ] ; then
|
||||
. /usr/share/autojump/autojump.zsh
|
||||
elif [ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue