Update font icons
This commit is contained in:
parent
30f6f563aa
commit
22fe5fefc7
@ -304,7 +304,7 @@
|
|||||||
# Show this icon when the current directory is not writable. POWERLEVEL9K_DIR_SHOW_WRITABLE
|
# Show this icon when the current directory is not writable. POWERLEVEL9K_DIR_SHOW_WRITABLE
|
||||||
# above must be set to true for this parameter to have effect.
|
# above must be set to true for this parameter to have effect.
|
||||||
# typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
# typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
||||||
typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='✖️'
|
typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION=$'\uf00d'
|
||||||
|
|
||||||
# Custom prefix.
|
# Custom prefix.
|
||||||
# typeset -g POWERLEVEL9K_DIR_PREFIX='%250Fin '
|
# typeset -g POWERLEVEL9K_DIR_PREFIX='%250Fin '
|
||||||
@ -345,9 +345,9 @@
|
|||||||
#
|
#
|
||||||
# typeset -g POWERLEVEL9K_DIR_CLASSES=()
|
# typeset -g POWERLEVEL9K_DIR_CLASSES=()
|
||||||
typeset -g POWERLEVEL9K_DIR_CLASSES=(
|
typeset -g POWERLEVEL9K_DIR_CLASSES=(
|
||||||
'~/projects(|/*)' WORK ' '
|
'~/projects(|/*)' WORK '\uf52e'
|
||||||
'~(|/*)' HOME ' '
|
'~(|/*)' HOME '\Uf02dc'
|
||||||
'*' DEFAULT ' '
|
'*' DEFAULT '\uf111'
|
||||||
)
|
)
|
||||||
|
|
||||||
#####################################[ vcs: git status ]######################################
|
#####################################[ vcs: git status ]######################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user