diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-20 20:33:18 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-20 20:33:18 +0300 |
commit | 6f9ae0fd171dd58c1c618f412c229980bf37a73e (patch) | |
tree | 458921560af22af7c78cf22663d0d1d0e43a9bdf /config/p10k-classic.zsh | |
parent | a52cff30243faa6c2c0523269c92428342ad7c9c (diff) |
make os_icon non-bold
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 27b84293..f1f8cc30 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -174,8 +174,8 @@ #################################[ os_icon: os identifier ]################################## # OS identifier color. typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255 - # Make the icon bold. - typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='%B${P9K_CONTENT}' + # Custom icon. + # typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐' ################################[ prompt_char: prompt symbol ]################################ # Transparent background. |