diff --git a/.zsh/functions.d/home.sh b/.zsh/functions.d/home.sh index 5eec999c..23b44d21 100644 --- a/.zsh/functions.d/home.sh +++ b/.zsh/functions.d/home.sh @@ -61,7 +61,7 @@ function home() { fi fi else - echo "$HOME was already updated in the last 24 hours." + echo "$HOME was already updated within the last 24 hours." echo "Run this to force updating: home up f" fi else diff --git a/.zshrc b/.zshrc index 002f662d..99aee432 100644 --- a/.zshrc +++ b/.zshrc @@ -45,5 +45,4 @@ fi # and scripts. source ~/.penv - export PATH="$HOME/.local/bin:$PATH"