From fc854fa719cc0eb6026266f06aece3383d16625f Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Fri, 18 Dec 2020 08:40:26 +0100 Subject: [PATCH] fix a comment above POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION in lean style --- config/p10k-lean.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 06643c5e..050c7fc5 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -174,8 +174,8 @@ #################################[ os_icon: os identifier ]################################## # OS identifier color. typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND= - # Make the icon bold. - typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='${P9K_CONTENT}' + # Custom icon. + # typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐' ################################[ prompt_char: prompt symbol ]################################ # Green prompt symbol if the last command succeeded.