geometry-zsh / geometry

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

git_status: simplify tracked file dirty check #301

Closed jedahan closed 3 years ago

jedahan commented 3 years ago

i was getting some weird quoting behaviour before in my shell, this seems reasonable

jedahan commented 3 years ago

i am not sure if i should use HEAD or something else, as maybe if you are in detached head this breaks?

frm commented 3 years ago

re the HEAD subject, I was having issues in detached HEAD a few versions back so that reasoning makes sense. Can you try and see what happens with no argument?

jedahan commented 3 years ago

I tested in a detached head and it still seems to work. git diff requires a commit-ish thing, so HEAD seems fine.

no argument doesn't work.