fix autojump sourcing on arch
This commit is contained in:
parent
dd85f11f9d
commit
39ae69891a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
if [ -r /usr/share/autojump/autojump.sh ]; then
|
||||
if [ -r /usr/share/autojump/autojump.zsh ]; then
|
||||
source /usr/share/autojump/autojump.zsh
|
||||
elif [ -r /usr/share/autojump/autojump.sh ]; then
|
||||
source /usr/share/autojump/autojump.sh
|
||||
fi
|
||||
|
||||
if [ -r "${HOMEBREW_PREFIX}/share/autojump/autojump.zsh" ]; then
|
||||
elif [ -r "${HOMEBREW_PREFIX}/share/autojump/autojump.zsh" ]; then
|
||||
source "${HOMEBREW_PREFIX}/share/autojump/autojump.zsh"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue