mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-25 00:21:58 +00:00
use simpler patterns in POWERLEVEL9K_DIR_CLASSES examples that don't require extended_glob
This commit is contained in:
parent
a8f9527079
commit
c971c2a619
3 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -296,8 +296,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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue