diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-12-06 12:07:44 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-12-06 12:07:50 +0300 |
commit | c971c2a619a0c80afce4bccd95b118b4e97978d9 (patch) | |
tree | dfd77a9d5130d3289b7bdc21f77b7ce33c03b955 /config/p10k-rainbow.zsh | |
parent | a8f9527079e15588af3e98f94f3c6a427664ddce (diff) |
use simpler patterns in POWERLEVEL9K_DIR_CLASSES examples that don't require extended_glob
Diffstat (limited to 'config/p10k-rainbow.zsh')
-rw-r--r-- | config/p10k-rainbow.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index ffdd4158..a5da8174 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -303,8 +303,8 @@ # Example: # # typeset -g POWERLEVEL9K_DIR_CLASSES=( - # '~/work(/*)#' WORK '(╯°□°)╯︵ ┻━┻' - # '~(/*)#' HOME '⌂' + # '~/work(|/*)' WORK '(╯°□°)╯︵ ┻━┻' + # '~(|/*)' HOME '⌂' # '*' DEFAULT '') # # With these settings, the current directory in the prompt may look like this: |