From 34a7ffa8b47399326bfe10cd292ef32eb6e7e943 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 28 Jan 2021 14:05:31 +0100 Subject: [PATCH] p10k tweaks --- zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 4010f67..cdc32bc 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -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.