From cc0cc337f74fdc532ed7e5f173df8239e230870c Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:48:30 +1100 Subject: [PATCH] Add author message to update function Add a message to the update function indicating the author. --- configs/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/.zshrc b/configs/.zshrc index 2d59d95..7615369 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -92,6 +92,7 @@ fi update () { + echo "Update script by alvinlollo" # Update arch based systems with yay AUR helper if command -v pacman >/dev/null && command -v yay >/dev/null; then echo "✅ 'pacman' and 'yay' found. Updating."