Revert "Color "ip" output if available"

This reverts commit abb59a6ec9.

This is still buffered if piped to another function, like with the default `grep`.

See #5340, #5356.
This commit is contained in:
Fabian Homborg 2021-02-02 18:44:44 +01:00
parent d2d18e2a6a
commit cf4f8ae929

View File

@ -1,9 +0,0 @@
#
# Enable ip colored output if available
#
if command -sq ip; and command ip -color=auto link >/dev/null 2>/dev/null
function ip
command ip -color=auto $argv
end
end