mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Revert "Workaround for alias grep=rg in fish"
This reverts commit 672611435a
.
This commit is contained in:
parent
672611435a
commit
473eb628bc
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 | command grep -Ev '^_'
|
||||
__fish.task.list._command $argv | grep -Ev '^_'
|
||||
end
|
||||
|
||||
function __fish.task.list.command_mods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue