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
cb7f603b89
commit
e961181b64
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue