From 97d84f8bb3ac3a4151975e9c0a62d46cd73e4660 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sat, 3 May 2025 20:08:31 +0800 Subject: [PATCH] .p10k: fix dir_writable --- .p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.p10k.zsh b/.p10k.zsh index 096c228..60add1c 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -297,7 +297,7 @@ # Enable special styling for non-writable and non-existent directories. See POWERLEVEL9K_LOCK_ICON # and POWERLEVEL9K_DIR_CLASSES below. - typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=v3 + typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=false # The default icon shown next to non-writable and non-existent directories when # POWERLEVEL9K_DIR_SHOW_WRITABLE is set to v3.