feat: update commit hash display formatting in hello.py for improved visibility
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
This commit is contained in:
parent
e9bc1dcea3
commit
dbcab30d6f
@ -112,7 +112,7 @@ def get_condensed_status():
|
||||
status_parts.append(f"{COLORS['green']}[{dotfiles_status['staged']}] staged{COLORS['reset']}")
|
||||
|
||||
if dotfiles_status['commit_hash']:
|
||||
status_parts.append(f"[{COLORS['blue']}{dotfiles_status['commit_hash']}{COLORS['reset']}]")
|
||||
status_parts.append(f"{COLORS['white']}[{COLORS['blue']}{dotfiles_status['commit_hash']}{COLORS['white']}]{COLORS['reset']}")
|
||||
|
||||
if dotfiles_status['unpushed'] > 0:
|
||||
status_parts.append(f"[!] You have {dotfiles_status['unpushed']} commit(s) to push")
|
||||
|
Loading…
x
Reference in New Issue
Block a user