diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-09-10 13:32:17 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-09-10 13:32:27 +0300 |
commit | e32ea9cdbdfb96b62fcf176ba07657a6e371b742 (patch) | |
tree | 9dbae8a45ce01e054f70d974e56f6f625b290563 /config | |
parent | 4de7eaa95ed3a116506f1bd122b2c14562c83d2a (diff) |
comments
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 2 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index c1acfe82..cc099ead 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -351,7 +351,7 @@ fi # !42 if have unstaged changes. vcs+='${${VCS_STATUS_NUM_UNSTAGED:#0}:+ %178F!${VCS_STATUS_NUM_UNSTAGED}}' # ?42 if have untracked files. It's really a question mark, your font isn't broken. - # See POWERLEVEL9K_VCS_UNTRACKED_ICON below if you want to use a different icon. + # See POWERLEVEL9K_VCS_UNTRACKED_ICON above if you want to use a different icon. # Remove the next line if you don't want to see untracked files at all. vcs+='${${VCS_STATUS_NUM_UNTRACKED:#0}:+ %39F'${(g::)POWERLEVEL9K_VCS_UNTRACKED_ICON}'${VCS_STATUS_NUM_UNTRACKED}}' # If P9K_CONTENT is not empty, leave it unchanged. It's either "loading" or from vcs_info. diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index ec03c9c7..ecb76648 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -331,7 +331,7 @@ fi # !42 if have unstaged changes. vcs+='${${VCS_STATUS_NUM_UNSTAGED:#0}:+ %178F!${VCS_STATUS_NUM_UNSTAGED}}' # ?42 if have untracked files. It's really a question mark, your font isn't broken. - # See POWERLEVEL9K_VCS_UNTRACKED_ICON below if you want to use a different icon. + # See POWERLEVEL9K_VCS_UNTRACKED_ICON above if you want to use a different icon. # Remove the next line if you don't want to see untracked files at all. vcs+='${${VCS_STATUS_NUM_UNTRACKED:#0}:+ %39F'${(g::)POWERLEVEL9K_VCS_UNTRACKED_ICON}'${VCS_STATUS_NUM_UNTRACKED}}' # If P9K_CONTENT is not empty, leave it unchanged. It's either "loading" or from vcs_info. |