diff options
author | Adam Stroud <adam.stroud@gmail.com> | 2019-12-11 04:14:45 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-12-11 09:13:42 +0300 |
commit | 82aba01ea809a1114a843a9c55f98c531d598c7f (patch) | |
tree | e91454b3cecee2ee1621a59eb49274df5bfc7eb8 /config/p10k-rainbow.zsh | |
parent | 14fc4d838c54198faca868c2b91b4e5c1f2c0295 (diff) |
Fix typo
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 a302a9e9..f3c7265e 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -327,7 +327,7 @@ # typeset -g POWERLEVEL9K_DIR_CLASSES=() #####################################[ vcs: git status ]###################################### - # Versio control system colors. + # Version control system colors. # typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=2 # typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND=3 # typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND=2 |