p10k tweaks

This commit is contained in:
Bartek Stalewski 2021-01-28 14:05:31 +01:00
parent 0aed7952b5
commit 34a7ffa8b4

View File

@ -185,7 +185,7 @@
# Cyan ahead/behind arrows.
typeset -g POWERLEVEL9K_VCS_{INCOMING,OUTGOING}_CHANGESFORMAT_FOREGROUND=$cyan
# Don't show remote branch, current tag or stashes.
typeset -g POWERLEVEL9K_VCS_GIT_HOOKS=(vcs-detect-changes git-aheadbehind git-stash)
typeset -g POWERLEVEL9K_VCS_GIT_HOOKS=(vcs-detect-changes git-untracked git-aheadbehind git-stash)
# Don't show the branch icon.
typeset -g POWERLEVEL9K_VCS_BRANCH_ICON=''
# When in detached HEAD state, show @commit where branch normally goes.