diff --git a/.zsh/functions.d/home.sh b/.zsh/functions.d/home.sh index 1ab33764..90a99c09 100644 --- a/.zsh/functions.d/home.sh +++ b/.zsh/functions.d/home.sh @@ -54,7 +54,8 @@ function home() { fi else echo "~/.lastupdate does not exist!" - echo "Running: home up f now..." + echo "You need to run the following command to update your" + echo "home configuration: home up f" touch .lastupdate fi cd $OLDPWD