Merge remote-tracking branch 'origin/github/pr/133'
authorMichael Prokop <mika@grml.org>
Fri, 3 Dec 2021 12:24:37 +0000 (13:24 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 3 Dec 2021 12:24:37 +0000 (13:24 +0100)
etc/zsh/zshrc

index 8ff4dde..89684e4 100644 (file)
@@ -2678,7 +2678,7 @@ else
 fi
 
 # use ip from iproute2 with color support
-if ip --color=auto addr >/dev/null 2>&1; then
+if ip --color=auto addr show dev lo >/dev/null 2>&1; then
     alias ip='command ip --color=auto'
 fi