From 51231ca77e20cabda3983003cbfe21426c29965d Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 18:57:57 -0400 Subject: [PATCH] Update 1 file: functions.zsh --- default/.config/zsh/functions.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index efcd5f5..157072e 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -33,7 +33,7 @@ dotstate-update() { return 0 fi - warn "Repository out of date. Pulling updates..." + warn "Dotfiles out of date. Updating..." printf "\033[1;34m────────────────────────────────────────────────────\033[0m\n" local old_sha old_sha=$(git rev-parse HEAD) @@ -51,3 +51,4 @@ dotstate-update() { dotstate-logs(){ lazygit -p $HOME/.config/dotstate/storage } +