mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-17 02:00:07 +00:00
Added the "visual identifier" concept to the ip
segment.
This commit is contained in:
parent
d5d5acb490
commit
bb5cca9af7
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ prompt_ip() {
|
||||||
fi
|
fi
|
||||||
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() {
|
prompt_load() {
|
||||||
|
|
Loading…
Reference in a new issue