Workaround for alias grep=rg in fish

This commit is contained in:
Lionel Miller 2019-02-17 13:49:03 +03:00 committed by Tomas Babej
parent 68bef0135f
commit e66f7fce50
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

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