Workaround for alias grep=rg in fish

This commit is contained in:
Lionel Miller 2019-02-17 13:49:03 +03:00 committed by Paul Beckingham
parent 493bbadb18
commit 672611435a

View file

@ -186,7 +186,7 @@ end
function __fish.task.list.command function __fish.task.list.command
# ignore special commands # ignore special commands
__fish.task.list._command $argv | grep -Ev '^_' __fish.task.list._command $argv | command grep -Ev '^_'
end end
function __fish.task.list.command_mods function __fish.task.list.command_mods