diff options
author | Michael Louwrens <mlouwrens@entersekt.com> | 2018-02-10 22:24:06 +0300 |
---|---|---|
committer | Michael Louwrens <mlouwrens@entersekt.com> | 2018-02-10 22:24:06 +0300 |
commit | 38937858736ff8a7483dbdd353c36aa190028aab (patch) | |
tree | f0c687637f0e056df32c67f60bf4e9c91ebb52d8 | |
parent | 0551854a9e09eb6b058710bb9af21327dfb13d54 (diff) |
try out sudo icon changes
-rw-r--r-- | functions/icons.zsh | 2 | ||||
-rwxr-xr-x | powerlevel9k.zsh-theme | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index e642da00..b29d0108 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -258,6 +258,7 @@ case $POWERLEVEL9K_MODE in RIGHT_SUBSEGMENT_SEPARATOR $'\uE0B3' # CARRIAGE_RETURN_ICON $'\u21B5' # ↵ ROOT_ICON $'\uE614 ' # + SUDO_ICON $'\uE0A2' # RUBY_ICON $'\uF219 ' # AWS_ICON $'\uF270' # AWS_EB_ICON $'\UF1BD ' # @@ -332,6 +333,7 @@ case $POWERLEVEL9K_MODE in RIGHT_SUBSEGMENT_SEPARATOR $'\uE0B3' # CARRIAGE_RETURN_ICON $'\u21B5' # ↵ ROOT_ICON $'\u26A1' # ⚡ + SUDO_ICON $'\uE0A2' # RUBY_ICON '' AWS_ICON 'AWS:' AWS_EB_ICON $'\U1F331 ' # 🌱 diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index bce893fe..2267ce64 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -638,7 +638,7 @@ prompt_user() { "CONTENT" "${POWERLEVEL9K_USER_TEMPLATE}" "BACKGROUND_COLOR" "${DEFAULT_COLOR}" "FOREGROUND_COLOR" "yellow" - "VISUAL_IDENTIFIER" "ROOT_ICON" + "VISUAL_IDENTIFIER" "SUDO_ICON" ) else user_state=( |