1
1
Fork 0

fish: Rudimentary completion for pkg_{add,info}

Only allows completing package names.
This commit is contained in:
Jonathan Schleifer 2020-01-25 12:32:40 +00:00
parent d50afccc3e
commit c4afaea5fb
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
complete -c pkg_delete -x -a "(pkg_info | awk '{ print \$1 }')"

View file

@ -0,0 +1 @@
complete -c pkg_info -x -a "(pkg_info | awk '{ print \$1 }')"