From 1c87d769b731725f3484818d20f5930cb1afe5e2 Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 3 Mar 2025 00:13:17 +0100 Subject: [PATCH] syu bind to yay --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1e95701..a10265e 100644 --- a/.zshrc +++ b/.zshrc @@ -21,7 +21,7 @@ alias gits='git status' alias gita='git add' alias gitm='git commit' alias gitl='git log' -alias syu='sudo pacman -Syu' +alias syu='yay' alias sshi='ssh -i ~/.ssh/id_rsa' alias clearf='clear && fastfetch' alias cp='cp -r'