-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
When I add this in my git config (this is to configure the delta pager output, see chtenb/delta@603b807 for context):
[delta]
minus-style = syntax "#330f0f"
minus-emph-style = syntax "#4f1917"
plus-style = syntax "#0e2f19"
plus-emph-style = syntax "#174525"
map-styles = \
bold purple => syntax "#330f29", \
bold blue => syntax "#271344", \
bold cyan => syntax "#0d3531", \
bold yellow => syntax "#222f14"
zero-style = syntax
whitespace-error-style = "#aaaaaa"
The git prompt does not show anymore. If I run killall gitstatusd
it shows again, but will not on the next terminal.
If I has to guess I'd say gitstatusd
fails to parse the multiline configuration entry.
Of course the git configuration is perfectly valid and git works as expected.
Thanks
Metadata
Metadata
Assignees
Labels
No labels