Replies: 1 comment 1 reply
-
Check for this section in if (( $1 )); then
# Styling for up-to-date Git status.
local meta='%246F' # grey foreground
local clean='%76F' # green foreground
local modified='%178F' # yellow foreground
local untracked='%39F' # blue foreground
local conflicted='%196F' # red foreground
else
# Styling for incomplete and stale Git status.
local meta='%244F' # grey foreground
local clean='%244F' # grey foreground
local modified='%244F' # grey foreground
local untracked='%244F' # grey foreground
local conflicted='%244F' # grey foreground
fi if you just want to change the branch name, it's always printed out using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the text for the branch icon and the branch name, I can't seem to get it to be white.
Beta Was this translation helpful? Give feedback.
All reactions