From 0c3e0bb2309e931667b8cfd586739a021405dc69 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 18 Sep 2021 12:05:02 -0400 Subject: [PATCH] [+] Source script after update --- scripts/includes/update.sh | 1 + 1 file changed, 1 insertion(+) 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!"