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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user