From c667bfb8ee16c5e3a2135af4afebf39da395421d Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 13 Nov 2025 22:29:14 -0500 Subject: [PATCH] feat: Adds syu alias for quicker system package update --- env/.config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/env/.config/zsh/.zshrc b/env/.config/zsh/.zshrc index afd6542..51b4079 100755 --- a/env/.config/zsh/.zshrc +++ b/env/.config/zsh/.zshrc @@ -177,6 +177,7 @@ alias reload='exec zsh -l' # reload the shell, useful when making c alias s='swift' # shorthand to access swift commands alias st='swift test' # swift test alias sb='swift build' # swift build +alias syu='yay -Syu' # Update packages. alias t='tmux' # access tmux quickly alias tka='tmux kill-server' # kill tmux server and all sessions. alias ts='$SCRIPTS/tmux-sessionator' # create new tmux session, fuzzy finding common locations.