In my zsh terminal, after git branch name this '*1' is showing. Its showing on any other git branch I switch to. I don't understand the meaning of this '*1'. It's only showing in this git repo project. Is there any way to remove this?
Asked
Active
Viewed 20 times
-1
-
2TL;DR: that's part of the git status indicator in your powerlevel10k prompt. `*1` means you have one stash. Run `git stash list` to see your stashes. – Brian61354270 Aug 23 '23 at 19:04
-
_ Is there any way to remove this?_ : You are not forced to used _Powerlevel10k_. You can equally well configure the prompt in the way you like it. But I don't understand, why you are tagging this question with bash **and** zsh. – user1934428 Aug 24 '23 at 06:59