From 76a65c87da870a5121feb0e6fcc0b5f6de989d25 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 22 Dec 2025 00:50:09 -0500 Subject: [PATCH] Dotfiles update 2025-12-22 00:50 --- bin/dotfiles-sync.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/dotfiles-sync.sh b/bin/dotfiles-sync.sh index cbd1137..598f90a 100755 --- a/bin/dotfiles-sync.sh +++ b/bin/dotfiles-sync.sh @@ -155,16 +155,17 @@ show_status_short() { if [[ $changes -gt 0 ]]; then echo -e " ${YELLOW}⚠${NC} Dotfiles: ${changes} local change(s) not pushed" - echo -e " Run: ${CYAN}dfpush${NC} or ${CYAN}dotfiles-sync.sh push${NC}" + echo -e " Run: ${CYAN}dfpush${NC} or ${CYAN}dotfiles-sync.sh push${NC}" elif [[ $local_commits -gt 0 ]]; then echo -e " ${YELLOW}⚠${NC} Dotfiles: ${local_commits} commit(s) not pushed" - echo -e " Run: ${CYAN}git push${NC} in ~/.dotfiles" + echo -e " Run: ${CYAN}git push${NC} in ~/.dotfiles" 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}" + echo -e " Run: ${CYAN}dfpull${NC} or ${CYAN}dotfiles-sync.sh pull${NC}" else echo -e " ${GREEN}✓${NC} Dotfiles: in sync" fi + echo -e "" } show_diff() {