power10k doesn't display git status.
Opened this issue · 5 comments
Zixuan-QU commented
I'm using zsh + prezto, I have git
module loaded in ~/.zpreztorc
and set the theme to powerlevel10k
.
Git status in the prompt works in some repo, however it almost never gets displayed in an android checkout repo.
How to make the git status to show in an android git repo?
Zixuan-QU commented
romkatv commented
See #2161 (comment) and romkatv/gitstatus#411.
Zixuan-QU commented
Thanks for getting back! The git status worked 1 or 2 times before, but 99% of time it doesn't work.
The android repos doesn't seem to use sparse checkout or split index or SHA256, all of the following returns no output:
git config --get core.sparseCheckout
git config --get core.splitIndex
git config --get extensions.objectFormat
romkatv commented
It uses something but I don't remember what. You might be able to find it in past issues. The tl;dr is that gitststusd don't work in that repo.