From 951770250cc8e2a38f46bebe7d2ccb3ddbc12a40 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 20 Dec 2025 11:37:29 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index f70eee1..9e98a16 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -137,6 +137,6 @@ less() { # Arch system upgrade with snapper pre/post sys-update() { - local update_date=$(date -d "today" +"%Y%m%d%H%M") + 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" }