diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-12-18 10:40:26 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-12-18 10:40:26 +0300 |
commit | fc854fa719cc0eb6026266f06aece3383d16625f (patch) | |
tree | 99eff3e4a285c819c64c2e387a751eddc08270cd /config/p10k-lean.zsh | |
parent | e8afa806ce8a9baad76793768b44cf4338f3a129 (diff) |
fix a comment above POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION in lean style
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 4 |
1 files 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. |