From 3cfb0155b9ada2e49735a1d00f5d60353fc464c5 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:18:14 +1100 Subject: [PATCH] Removed oh-my-zsh backup --- zsh.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsh.sh b/zsh.sh index e8735ba..86233ff 100644 --- a/zsh.sh +++ b/zsh.sh @@ -39,9 +39,6 @@ set -x # Disable exit on error set +eu -# Move existing oh-my-zsh installation -mv ~/.oh-my-zsh ~/oh-my-zsh-backup - # Enable exit on error set -eu