fish: Rudimentary completion for pkg_{add,info}
Only allows completing package names.
This commit is contained in:
parent
d50afccc3e
commit
c4afaea5fb
2 changed files with 2 additions and 0 deletions
1
config/fish/completions/pkg_delete.fish
Normal file
1
config/fish/completions/pkg_delete.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -c pkg_delete -x -a "(pkg_info | awk '{ print \$1 }')"
|
1
config/fish/completions/pkg_info.fish
Normal file
1
config/fish/completions/pkg_info.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -c pkg_info -x -a "(pkg_info | awk '{ print \$1 }')"
|
Loading…
Add table
Add a link
Reference in a new issue