mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03: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:
@@ -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
|
||||
Reference in New Issue
Block a user