jaspernbrouwer / powerline-gitstatus

A Powerline segment for showing the status of a Git working copy
MIT License
384 stars 53 forks source link

Make Git status labels configurable #20

Closed liancheng closed 5 years ago

liancheng commented 7 years ago

Not all fonts contain all the glyphs used by the default Git status labels in powerline-gitstatus. For example, the default font, Monaco, used by Terminal.app.

This PR makes Git status labels configurable so that users may use simple ASCII strings when advanced glyphs are not available.

jcharaoui commented 5 years ago

Thank you for your contribution.

Closing in favor of #15.

However as you suggested from your PR, I implemented the formats as a single dictionary in 1e2c6c445504c45a3fa5cb0c8558fb151b1f6b9d.