aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-08-07 13:44:51 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-08-07 13:44:51 +0300
commit93230ae6ec92add5f86bf6131c970a3c04f232cd (patch)
treea88a485557a413c073837fb0b71013c121b6e213 /config/p10k-classic.zsh
parent24a5261a395d5e1d531275b70ed48de479abe38a (diff)
change os_icon style
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r--config/p10k-classic.zsh8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index ce42b9a6..925f08a0 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -173,10 +173,10 @@ fi
typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL=
#################################[ os_icon: os identifier ]##################################
- # Foreground color.
- typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=209
- # Display this icon instead of the default.
- # typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐'
+ # OS identifier color.
+ typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255
+ # Make the icon bold.
+ typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='%B${P9K_CONTENT}'
################################[ prompt_char: prompt symbol ]################################
# Transparent background.