From 22fe5fefc720f56a1dd9610daa33304566d68cde Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 1 Mar 2025 23:24:12 +0100 Subject: [PATCH] Update font icons --- zsh/.p10k.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsh/.p10k.zsh b/zsh/.p10k.zsh index da79fcd..b69408a 100644 --- a/zsh/.p10k.zsh +++ b/zsh/.p10k.zsh @@ -304,7 +304,7 @@ # 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. # 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. # typeset -g POWERLEVEL9K_DIR_PREFIX='%250Fin ' @@ -345,9 +345,9 @@ # # typeset -g POWERLEVEL9K_DIR_CLASSES=() typeset -g POWERLEVEL9K_DIR_CLASSES=( - '~/projects(|/*)' WORK ' ' - '~(|/*)' HOME ' ' - '*' DEFAULT ' ' + '~/projects(|/*)' WORK '\uf52e' + '~(|/*)' HOME '\Uf02dc' + '*' DEFAULT '\uf111' ) #####################################[ vcs: git status ]######################################