1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

modify autojump.sh for custom installs

This commit is contained in:
William Ting
2013-12-30 15:37:18 -06:00
parent 661f17791c
commit c7c8bceac9
2 changed files with 30 additions and 11 deletions

View File

@@ -14,8 +14,4 @@ elif [ -s ~/.autojump/etc/profile.d/autojump.${shell} ]; then
elif [ -s /etc/profile.d/autojump.${shell} ]; then
source /etc/profile.d/autojump.${shell}
# check custom install locations (modified by Homebrew or using --destdir option)
#custom# elif [ -s destdir_install/autojump.${shell} ]; then
#custom# source destdir_install/autojump.${shell}
fi