mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
The branch message had an incomplete ANSI escape sequence that was cutting off the first character and breaking the display formatting. Before: \eUsing branch: master (displayed as 'sing branch: master') After: \e[32mUsing branch: master\e[0m (displayed as 'Using branch: master' in green) This fix ensures the complete message is displayed with proper green coloring.
2.4 KiB
Executable File
2.4 KiB
Executable File