mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 05:57:58 +08:00
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:
parent
d2d18e2a6a
commit
cf4f8ae929
|
@ -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
|
Loading…
Reference in New Issue
Block a user