diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-01-21 04:32:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-21 04:32:20 +0300 |
commit | 4f21b6215aece0039c46281673f01d27e29d2187 (patch) | |
tree | 88ba8115f746cf199516e046ea5f41946415becf /functions/icons.zsh | |
parent | c5909e71ea873542a053531012ee62a5af3a57b8 (diff) | |
parent | 6321dd99c5e6050b24598cca8b37d54f520a6ffd (diff) |
Merge pull request #368 from rjorgenson/public_ip_segment
Public ip segment
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 06d6ab20..77015f0b 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -76,6 +76,7 @@ case $POWERLEVEL9K_MODE in RUST_ICON '' PYTHON_ICON $'\U1F40D' # 🐍 SWIFT_ICON '' + PUBLIC_IP_ICON '' ) ;; 'awesome-fontconfig') @@ -134,6 +135,7 @@ case $POWERLEVEL9K_MODE in RUST_ICON $'\uE6A8' # PYTHON_ICON $'\U1F40D' # 🐍 SWIFT_ICON '' + PUBLIC_IP_ICON '' ) ;; *) @@ -192,6 +194,7 @@ case $POWERLEVEL9K_MODE in RUST_ICON '' PYTHON_ICON '' SWIFT_ICON 'Swift' + PUBLIC_IP_ICON '' ) ;; esac |