You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it's me but I cannot make clean_bg and dirty_bg to work properly in the git module. It seems the color is only applied to the path separator at the end of the current folder (see image, where I set the dirty_bg color to green for the git and the current project has an untracked file)
Not sure if it's me but I cannot make clean_bg and dirty_bg to work properly in the git module. It seems the color is only applied to the path separator at the end of the current folder (see image, where I set the dirty_bg color to green for the git and the current project has an untracked file)
As an example, this code:
Gives me this when there are no changes:
(The blue you see is the background of my terminal window)
clean_fg and dirty_fg instead works perfectly and as intended.
I believe the proble is in modules/git.go at lines 60 and 63, where the function called should be
e.mc.Bg()
instead ofe.mc.Fg()
. I've issued a PROS: Manjaro Linux
Shell: bash
The text was updated successfully, but these errors were encountered: