From d9874ec3baa5de95f803b086a6bccd839eccf782 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Wed, 25 Mar 2026 17:49:27 +1100 Subject: [PATCH] Fix syntax --- configs/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/.zshrc b/configs/.zshrc index 93359f7..b48e51d 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -107,7 +107,7 @@ update () { elif command -v pacman >/dev/null; then echo "✅ 'pacman' found. Updating." sudo pacman -Syu --noconfirm - if + fi if command -v paru >/dev/null; then echo "✅ 'flatpak' found. Updating."