diff --git a/scripts/includes/update.sh b/scripts/includes/update.sh index c2b6884..3912084 100644 --- a/scripts/includes/update.sh +++ b/scripts/includes/update.sh @@ -12,6 +12,7 @@ if [[ "${reslog}" != "" ]] ; then # Try to pull if git pull; then + . $SCR/zshrc.sh color "$prefix &aUpdated!" else color "$prefix &cUpdate failed!"