diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-07-11 11:08:06 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-07-11 11:08:06 +0300 |
commit | be3724bc806a2dd7fbcb281a153b11ab19d8923d (patch) | |
tree | 5a729b4800e9d184765b9fc31da0c0dcd15c950b /config/p10k-rainbow.zsh | |
parent | 487a388dbd50b18dd794cffbed0f78b01d4cc01b (diff) |
typo in comments
Diffstat (limited to 'config/p10k-rainbow.zsh')
-rw-r--r-- | config/p10k-rainbow.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index cb69e856..a72fa65f 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -344,7 +344,7 @@ # typeset -g POWERLEVEL9K_DIR_PREFIX='in ' #####################################[ vcs: git status ]###################################### - # Version control system colors. + # Version control background colors. typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=2 typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND=3 typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND=2 |