diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 8c70fa4..00f31c5 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -29,8 +29,8 @@ RIGHT_SEGMENT_SEPARATOR='' setopt prompt_subst autoload -Uz vcs_info -zstyle ':vcs_info:*' stagedstr ' %F{black}✚%f' -zstyle ':vcs_info:git:*' unstagedstr ' %F{black}●%f' +zstyle ':vcs_info:*' stagedstr " %F{black}✚%f" +zstyle ':vcs_info:git:*' unstagedstr " %F{black}●%f" zstyle ':vcs_info:git*' actionformats " %b %F{red}| %a%f" zstyle ':vcs_info:git*' formats " %b%c%u%m" zstyle ':vcs_info:*' check-for-changes true