Fix autojump for MacOS

This commit is contained in:
Tony Blyler 2022-08-22 21:44:56 -04:00
parent 3c33d3d1f0
commit 70afacb60a

View file

@ -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