mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
5 lines
159 B
Bash
5 lines
159 B
Bash
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
|