Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.47k stars 947 forks source link

Question mark after adding to git repo #1239

Closed joeminicucci closed 5 years ago

joeminicucci commented 5 years ago

ZSH Version: 5.7.1 (x86_64-apple-darwin18.2.0) Terminal Emulator: Native Mac, ITerm2 Fonts: Nerd Fonts OS: MacOS 10.14.4 Mojave

Everytime as soon as I add an untracked local change to my git repository, a question mark appears. I am not sure if it is trying to load a missing glyph or symbol but it is ubiquitous across all of my terminal emulators.

image

Syphdias commented 5 years ago

Literally a feature and not a bug ;) Find the documentation on vcs here: https://github.com/bhilburn/powerlevel9k#vcs and on vcs icons here: https://github.com/bhilburn/powerlevel9k#vcs-symbols

Remove git-untracked from the Array POWERLEVEL9K_VCS_GIT_HOOKS, e.g. by manually setting the hooks you want. You could also change the icon if you wanted.

dritter commented 5 years ago

Closing this, as @Syphdias explains it perfectly. @joeminicucci feel free to reopen, if there is still an issue.