mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 2cd1323e0a into 220eccf0a9
This commit is contained in:
commit
c3b4886016
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
if [ -f `brew --prefix`/etc/autojump ]; then
|
||||
if [ -e /etc/profile.d/autojump.zsh ]; then
|
||||
. /etc/profile.d/autojump.zsh
|
||||
elif [ -f `brew --prefix`/etc/autojump ]; then
|
||||
. `brew --prefix`/etc/autojump
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue