From 3de352b29627e39dc58ffa5b834e0e23531d95dc Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 13 Feb 2017 22:07:23 -0500 Subject: Adding `ssh` segment back with some minor changes. --- functions/icons.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions') 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 -- cgit v1.2.3