diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-12-15 02:59:39 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-12-15 04:02:14 +0300 |
commit | bb5cca9af7d678d5a70ea529e75ba740c0caa6b4 (patch) | |
tree | 0b4c4b95af09cc68a7098aa345acc709255a0365 /powerlevel9k.zsh-theme | |
parent | d5d5acb490e37d62db30a16fb434dce56c732c05 (diff) |
Added the "visual identifier" concept to the `ip` segment.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-x | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index b0abe8c1..1258b0ec 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -449,7 +449,7 @@ prompt_ip() { fi fi - "$1_prompt_segment" "$0" "cyan" "$DEFAULT_COLOR" "$(print_icon 'NETWORK_ICON') $ip" + "$1_prompt_segment" "$0" "cyan" "$DEFAULT_COLOR" "$ip" 'NETWORK_ICON' } prompt_load() { |