mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
minor formatting change
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user