From 2ca2fdcf18c09c781d3062e0fffc250ce4d5c33a Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sun, 6 Apr 2025 14:02:09 +1000 Subject: [PATCH] Update install.sh --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 1503652..5fe9674 100755 --- a/install.sh +++ b/install.sh @@ -66,9 +66,7 @@ echo ' ' set -x # Backup old config file if it exists -if [ -f ~/.zshrc ]; then - mv ~/.zshrc ~/.zshrc.backup -fi +cp .zshrc .zshrc.backup # Download and replace config file curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/configs/.zshrc -o ~/.zshrc