diff options
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 4fe11f8a..a671a7a7 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.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: |