diff --git a/README.md b/README.md index 1c952a7a..78ca7ec1 100644 --- a/README.md +++ b/README.md @@ -788,7 +788,7 @@ When using Lean, Classic or Rainbow style, `~/.p10k.zsh` contains the following ```zsh # 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='~' ``` diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 5f754231..2620f4a4 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -436,7 +436,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. 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. diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 6dcf87c9..0ef3e545 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.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. diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 2162e2ca..327c99c5 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -436,7 +436,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.