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 44d99095..3000f4a6 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' # + SSH_ICON '(ssh)' ) ;; 'awesome-fontconfig') @@ -140,6 +141,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON '' PUBLIC_IP_ICON '' LOCK_ICON $'\UE138' # + SSH_ICON '(ssh)' ) ;; *) @@ -201,6 +203,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON 'Swift' PUBLIC_IP_ICON '' LOCK_ICON $'\UE0A2' + SSH_ICON '(ssh)' ) ;; esac |