mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Fix rgrep completions
This used the arguments the wrong way around.
This commit is contained in:
parent
75a6ad602f
commit
0fc4b415ac
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
complete -c grep -w rgrep
|
||||
complete -c rgrep -w grep
|
||||
|
|
Loading…
Reference in a new issue