diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-07 13:44:51 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-07 13:44:51 +0300 |
commit | 93230ae6ec92add5f86bf6131c970a3c04f232cd (patch) | |
tree | a88a485557a413c073837fb0b71013c121b6e213 /config/p10k-lean.zsh | |
parent | 24a5261a395d5e1d531275b70ed48de479abe38a (diff) |
change os_icon style
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index db1900eb..175a0d41 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -163,9 +163,9 @@ fi #################################[ os_icon: os identifier ]################################## # OS identifier color. - typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=209 - # Display this icon instead of the default. - # typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐' + typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND= + # Make the icon bold. + typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='%B${P9K_CONTENT}' ################################[ prompt_char: prompt symbol ]################################ # Green prompt symbol if the last command succeeded. |