Added the "visual identifier" concept to the `ip` segment.
parent
d5d5acb490
commit
bb5cca9af7
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue