make os_icon non-bold even in lean style
This commit is contained in:
parent
e60aa8ad7d
commit
34158d5c30
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@
|
|||
# OS identifier color.
|
||||
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=
|
||||
# Make the icon bold.
|
||||
typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='%B${P9K_CONTENT}'
|
||||
typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='${P9K_CONTENT}'
|
||||
|
||||
################################[ prompt_char: prompt symbol ]################################
|
||||
# Green prompt symbol if the last command succeeded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue