aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-lean-8colors.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-05-14 13:06:46 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-05-14 13:06:46 +0300
commit3ddb8025d5af9b31edf687098ecc41c5ed737c82 (patch)
tree883e8519a18b75aab1de465f3d70cd71ad181cbb /config/p10k-lean-8colors.zsh
parentaccbe293cb4de46139985dbb347133a453d6f7e2 (diff)
fix POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN example
Diffstat (limited to 'config/p10k-lean-8colors.zsh')
-rw-r--r--config/p10k-lean-8colors.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh
index dc1530a0..9ba9ce25 100644
--- a/config/p10k-lean-8colors.zsh
+++ b/config/p10k-lean-8colors.zsh
@@ -430,7 +430,7 @@
# Don't show Git status in prompt for repositories whose workdir matches this pattern.
# For example, if set to '~', the Git repository at $HOME/.git will be ignored.
- # Multiple patterns can be combined with '|': '~|~/some/dir'.
+ # Multiple patterns can be combined with '|': '~(|/foo)|/bar/baz/*'.
typeset -g POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN='~'
# Disable the default Git status formatting.