Commit Graph

7 Commits

Author SHA1 Message Date
Ray Elliott 05afd18b1a add git alignment calculation for prompt display
Enhance the prompt by calculating alignment based on the
hostname and branch lengths, ensuring better visibility
of git status in the terminal.
2025-09-30 21:01:00 +01:00
Ray Elliott f730f0f604 add prompt divider and update command for gitstatus
Introduced a function to draw a terminal-width divider with a timestamp
and updated the PROMPT_COMMAND to include this new function for better
visual separation in the terminal prompt.
2025-09-30 20:44:24 +01:00
Ray Elliott a2b0771c28 update remote tracking status colors for clarity
Changed remote tracking status colors to bright white for
improved visibility and to emphasize important sync information.
2025-09-30 20:35:52 +01:00
Ray Elliott 2678595902 update prompt colors for branch name visibility
Rearranged color assignments for improved clarity in the
git status prompt, ensuring the branch name is highlighted
in bright green for better visibility.
2025-09-30 20:32:56 +01:00
Ray Elliott 67b2f6ed25 refactor prompt colors for improved visibility
Updated color definitions in bashrc and gitstatus-custom.sh
to enhance clarity of the prompt display, using bright white
for branch names and modified/untracked statuses.
2025-09-30 20:28:56 +01:00
Ray Elliott 37dce8fa0b refactor gitstatus prompt colors for clarity
Updated color usage in the gitstatus prompt to minimize distractions
by removing color from remote tracking and push status indicators.
2025-09-30 20:16:39 +01:00
Ray Elliott ee354503f2 update 2025-09-30 19:55:54 +01:00