diff --git a/uninstall.sh b/uninstall.sh index bfe4b15..79301f0 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -26,7 +26,7 @@ function remove_msg { if [ "${1}" == "global" ]; then echo -e "\tsource /etc/profile.d/autojump.${2}" elif [ "${1}" == "local" ]; then - echo -e "\tsource ~/etc/profile.d/autojump.${2}" + echo -e "\tsource ~/.autojump/etc/profile.d/autojump.${2}" fi echo }