aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-01-27 07:04:42 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-01-29 07:59:23 +0300
commitd71b1a2c2190ea1f9f3bb892922db22cad202378 (patch)
treed8bbac8e0442a41444454fa47aa4abcaf7d32b7e /powerlevel9k.zsh-theme
parentad10bff2ecbd0f0b2f95bbf0d75ce169403e0323 (diff)
powerlevel-9k: ocd swap out of ' to "
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r--powerlevel9k.zsh-theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 8c70fa41..00f31c5e 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