mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-04-01 14:38:57 +00:00
Strip all newlines from ifconfig output
This commit is contained in:
parent
fef639eb48
commit
1049bca473
@ -405,7 +405,7 @@ function p9k::parseIp() {
|
||||
continue
|
||||
fi
|
||||
# Check if interface is UP.
|
||||
if [[ "${interface/${newline}/}" =~ "<([^>]*)>(.*)inet[ ]+([^ ]*)" ]]; then
|
||||
if [[ "${interface//${newline}/}" =~ "<([^>]*)>(.*)inet[ ]+([^ ]*)" ]]; then
|
||||
local ipFound="${match[3]}"
|
||||
local -a interfaceStates=(${(s:,:)match[1]})
|
||||
if [[ "${interfaceStates[(r)UP]}" == "UP" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user