[U] Better update

This commit is contained in:
2025-10-15 17:25:23 +08:00
committed by GitHub
parent 6e7655cefa
commit 8f9185b8f7
+1 -1
View File
@@ -11,7 +11,7 @@ if [[ "${reslog}" != "" ]] ; then
color "$prefix &cYour zshrc is outdated. Automatically updating..."
# Try to pull
if git pull; then
if git stash & git pull & git stash pop; then
. $SCR/zshrc.sh
color "$prefix &aUpdated!"
else