Fix autojump for MacOS
This commit is contained in:
parent
3c33d3d1f0
commit
70afacb60a
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
if [ -r /usr/share/autojump/autojump.sh ]; then
|
||||
source /usr/share/autojump/autojump.sh
|
||||
fi
|
||||
|
||||
if [ -r "${HOMEBREW_PREFIX}/share/autojump/autojump.zsh" ]; then
|
||||
source "${HOMEBREW_PREFIX}/share/autojump/autojump.zsh"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue