mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge fbc86a9dea into 220eccf0a9
This commit is contained in:
commit
5f5484ce27
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
if [ -f `brew --prefix`/etc/autojump ]; then
|
||||
if hash brew &> /dev/null && [ -f `brew --prefix`/etc/autojump ]; then
|
||||
. `brew --prefix`/etc/autojump
|
||||
elif [ -f /opt/local/etc/profile.d/autojump.sh ]; then
|
||||
export FPATH="$FPATH:/opt/local/share/zsh/site-functions/"
|
||||
. /opt/local/etc/profile.d/autojump.sh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue