1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Minor cleanup.

This commit is contained in:
William Ting 2015-01-25 16:04:36 +09:00
parent c5f0473837
commit 53683525d2

View File

@ -23,5 +23,4 @@ elif [ -s ~/.autojump/share/autojump/autojump.${shell} ]; then
# check global install
elif [ -s /usr/local/share/autojump/autojump.${shell} ]; then
source /usr/local/share/autojump/autojump.${shell}
fi