geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme
ISC License
920 stars 94 forks source link

Add file/conflict indicators #177

Closed frm closed 6 years ago

frm commented 6 years ago

I used to get confused a lot regarding which number was the file count and which number was the total conflict count.

I decided to add two indicators f for files and c for conflicts.

Preview here:

screen shot 2017-08-09 at 17 50 56

I'm was thinking about extracting the f/c indicator into variables but it's something so small and nitpicky that I'm not sure I should do it. Thoughts on that?

jedahan commented 6 years ago

Plus its a good first time contributor change