diff options
Diffstat (limited to 'functions/icons.zsh')
-rw-r--r-- | functions/icons.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 3000f4a6..f0aec351 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -79,6 +79,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON '' PUBLIC_IP_ICON '' LOCK_ICON $'\UE138' # + EXECUTION_TIME_ICON $'\UE89C' # SSH_ICON '(ssh)' ) ;; @@ -141,6 +142,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON '' PUBLIC_IP_ICON '' LOCK_ICON $'\UE138' # + EXECUTION_TIME_ICON $'\uF253' SSH_ICON '(ssh)' ) ;; @@ -203,6 +205,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON 'Swift' PUBLIC_IP_ICON '' LOCK_ICON $'\UE0A2' + EXECUTION_TIME_ICON 'Dur' SSH_ICON '(ssh)' ) ;; |