aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-08-07 12:04:35 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-08-07 12:04:35 +0300
commit24a5261a395d5e1d531275b70ed48de479abe38a (patch)
tree699487012a588b062353292cdcc3c61591f483d6 /config
parent38055589a89045da82719bd78a901a768d17f0b4 (diff)
wizard: enable os_icon for users who like many icons
Diffstat (limited to 'config')
-rw-r--r--config/p10k-classic.zsh3
-rw-r--r--config/p10k-lean.zsh2
2 files changed, 3 insertions, 2 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index b0fc9a86..ce42b9a6 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -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='⭐'
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index ef9ab648..db1900eb 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -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='⭐'