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

minor documentation fix

This commit is contained in:
William Ting 2012-02-08 10:51:02 -10:00
parent 140f7d85b1
commit fe548ef486

View File

@ -23,7 +23,7 @@ function add_msg {
if [ "${1}" == "global" ]; then if [ "${1}" == "global" ]; then
echo -e "\tsource /etc/profile.d/autojump.${2}" echo -e "\tsource /etc/profile.d/autojump.${2}"
elif [ "${1}" == "local" ]; then elif [ "${1}" == "local" ]; then
echo -e "\tsource ~/etc/profile.d/autojump.${2}" echo -e "\tsource ~/.autojump/etc/profile.d/autojump.${2}"
fi fi
echo echo