mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Workaround for alias grep=rg in fish
This commit is contained in:
parent
68bef0135f
commit
e66f7fce50
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue