From 488dff244b9aae55ade37b6ea350a1f81fd0d93b Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 22 Dec 2025 12:13:27 -0500 Subject: [PATCH] Dotfiles update 2025-12-22 12:13 --- bin/dotfiles-sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dotfiles-sync.sh b/bin/dotfiles-sync.sh index 06dbaac..3b4701d 100755 --- a/bin/dotfiles-sync.sh +++ b/bin/dotfiles-sync.sh @@ -162,8 +162,8 @@ show_status_short() { elif [[ $remote_commits -gt 0 ]]; then echo -e " ${YELLOW}⚠${NC} Dotfiles: ${remote_commits} commit(s) behind remote" echo -e " Run: ${CYAN}dfpull${NC} or ${CYAN}dotfiles-sync.sh pull${NC}" - else - echo -e " ${GREEN}✓${NC} Dotfiles: in sync" + #else + # echo -e " ${GREEN}✓${NC} Dotfiles: in sync" fi echo "" }