wizard: enable os_icon for users who like many icons
This commit is contained in:
parent
38055589a8
commit
24a5261a39
5 changed files with 69 additions and 13 deletions
|
@ -25,6 +25,7 @@ fi
|
|||
# The list of segments shown on the left. Fill it with the most important segments.
|
||||
typeset -ga POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
||||
# =========================[ Line #1 ]=========================
|
||||
# os_icon # os identifier
|
||||
dir # current directory
|
||||
vcs # git status
|
||||
# =========================[ Line #2 ]=========================
|
||||
|
@ -173,7 +174,7 @@ fi
|
|||
|
||||
#################################[ os_icon: os identifier ]##################################
|
||||
# Foreground color.
|
||||
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=7
|
||||
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=209
|
||||
# Display this icon instead of the default.
|
||||
# typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐'
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ fi
|
|||
|
||||
#################################[ os_icon: os identifier ]##################################
|
||||
# OS identifier color.
|
||||
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=212
|
||||
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=209
|
||||
# Display this icon instead of the default.
|
||||
# typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue