mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-26 00:41:57 +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:
|
# Example:
|
||||||
#
|
#
|
||||||
# typeset -g POWERLEVEL9K_DIR_CLASSES=(
|
# typeset -g POWERLEVEL9K_DIR_CLASSES=(
|
||||||
# '~/work(/*)#' WORK '(╯°□°)╯︵ ┻━┻'
|
# '~/work(|/*)' WORK '(╯°□°)╯︵ ┻━┻'
|
||||||
# '~(/*)#' HOME '⌂'
|
# '~(|/*)' HOME '⌂'
|
||||||
# '*' DEFAULT '')
|
# '*' DEFAULT '')
|
||||||
#
|
#
|
||||||
# With these settings, the current directory in the prompt may look like this:
|
# With these settings, the current directory in the prompt may look like this:
|
||||||
|
|
|
@ -296,8 +296,8 @@
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# typeset -g POWERLEVEL9K_DIR_CLASSES=(
|
# typeset -g POWERLEVEL9K_DIR_CLASSES=(
|
||||||
# '~/work(/*)#' WORK '(╯°□°)╯︵ ┻━┻'
|
# '~/work(|/*)' WORK '(╯°□°)╯︵ ┻━┻'
|
||||||
# '~(/*)#' HOME '⌂'
|
# '~(|/*)' HOME '⌂'
|
||||||
# '*' DEFAULT '')
|
# '*' DEFAULT '')
|
||||||
#
|
#
|
||||||
# With these settings, the current directory in the prompt may look like this:
|
# With these settings, the current directory in the prompt may look like this:
|
||||||
|
|
|
@ -303,8 +303,8 @@
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# typeset -g POWERLEVEL9K_DIR_CLASSES=(
|
# typeset -g POWERLEVEL9K_DIR_CLASSES=(
|
||||||
# '~/work(/*)#' WORK '(╯°□°)╯︵ ┻━┻'
|
# '~/work(|/*)' WORK '(╯°□°)╯︵ ┻━┻'
|
||||||
# '~(/*)#' HOME '⌂'
|
# '~(|/*)' HOME '⌂'
|
||||||
# '*' DEFAULT '')
|
# '*' DEFAULT '')
|
||||||
#
|
#
|
||||||
# With these settings, the current directory in the prompt may look like this:
|
# With these settings, the current directory in the prompt may look like this:
|
||||||
|
|
Loading…
Reference in a new issue