geometry-zsh / geometry

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

Fix git dirtiness check & add option to ignore untracked files #225

Closed dmhacker closed 5 years ago

dmhacker commented 6 years ago

See #224 for a description of the issue. This pull request takes pure's approach to running status checks. I've updated the plugin README accordingly.

jedahan commented 5 years ago

This looks good to me, gonna see if we can merge this in soon, or port it to our new architecture if that gets approved. Just didn't wanna leave you hanging on a contribution, thanks for the PR!

jedahan commented 5 years ago

Do you have an example huge repository where this can be slow? I'd love it if the user didn't have to think about another variable - with the right prompt being async, it shouldn't be that bad for it to be slow either way.

jedahan commented 5 years ago

Closing in favor of the mnml branch of geometry. If it is still relevant, feel free to open and issue and I will port this PR.