From d4258464d1efba1e7c27c3912e9fb5e6d3c44c23 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 20 Dec 2025 11:36:01 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- zsh/aliases.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index ac8d4b6..f70eee1 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -136,7 +136,7 @@ less() { } # Arch system upgrade with snapper pre/post -system-update() { +sys-update() { local update_date=$(date -d "today" +"%Y%m%d%H%M") - sudo snapper -c root create --description "System Update ${update_date}--command "sudo pacman -Syu"' + sudo snapper -c root create --description "System Update ${update_date}" --command "sudo pacman -Syu" }