From 3ddb8025d5af9b31edf687098ecc41c5ed737c82 Mon Sep 17 00:00:00 2001 From: romkatv Date: Thu, 14 May 2020 12:06:46 +0200 Subject: fix POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN example --- config/p10k-lean.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/p10k-lean.zsh') 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. -- cgit v1.2.3