From 7f7ebfd5e67265f21ef182ae8858991d9da6cd2d Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 18:41:46 -0400 Subject: [PATCH] Update 1 file: functions.zsh --- default/.config/zsh/functions.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index 7b0a180..558467e 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -41,6 +41,8 @@ dotstate-update() { cd ~ dotstate doctor --fix &>/dev/null dotstate activate &>/dev/null + info "Use \"dotstate-logs\" to view what was changed" + [[ $USER == "savannah" ]] && info "Because we both know you have a log fetish ❤️" exec zsh }