mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Fix grep wrapper completions
[ci skip]
This commit is contained in:
parent
3296bb6c3b
commit
2c3bc1e857
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
complete -c grep -w egrep
|
||||
complete -c egrep -w grep
|
||||
|
|
|
@ -1 +1 @@
|
|||
complete -c grep -w fgrep
|
||||
complete -c fgrep -w grep
|
||||
|
|
Loading…
Reference in a new issue