From 7a7977706e9cf0fde13125e0d3f41ae1de889346 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 30 Sep 2024 11:28:45 +0200 Subject: [PATCH] addet garuda --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 085339b..b600534 100644 --- a/.zshrc +++ b/.zshrc @@ -462,7 +462,7 @@ get_packager() { alias search="$search" fi ;; - arch | manjaro | endevouros) + arch | manjaro | endevouros | garuda) if command_exists yay; then alias install="yay -S --noconfirm" alias update="yay -Syu"