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 /functions/icons.zsh | |
parent | 0551854a9e09eb6b058710bb9af21327dfb13d54 (diff) |
try out sudo icon changes
Diffstat (limited to 'functions/icons.zsh')
-rw-r--r-- | functions/icons.zsh | 2 |
1 files changed, 2 insertions, 0 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 ' # 🌱 |