From 91b715f18f7f9e9b9bcd921a3387f04e5a3dc7d3 Mon Sep 17 00:00:00 2001 From: romkatv Date: Sat, 7 Sep 2019 09:28:45 +0200 Subject: disable or substitute "compatible" icons that cannot be displayed by the stock Menlo on macOS --- config/p10k-classic.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/p10k-classic.zsh') diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 921c5166..6bcb8645 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -263,7 +263,8 @@ fi # Enable special styling for non-writable directories. typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=true - # Show this icon when the current directory is not writable. Empty for no icon. + # 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='⭐' # Custom prefix. -- cgit v1.2.3