mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge 0cf50c3b45
into ff75f542ae
This commit is contained in:
commit
e888a61488
@ -18,9 +18,9 @@ if [ "${shell}" = "sh" ]; then
|
||||
|
||||
# check local install
|
||||
elif [ -s ~/.autojump/share/autojump/autojump.${shell} ]; then
|
||||
source ~/.autojump/share/autojump/autojump.${shell}
|
||||
. ~/.autojump/share/autojump/autojump.${shell}
|
||||
|
||||
# check global install
|
||||
elif [ -s /usr/local/share/autojump/autojump.${shell} ]; then
|
||||
source /usr/local/share/autojump/autojump.${shell}
|
||||
. /usr/local/share/autojump/autojump.${shell}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user