mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
add pkg_info completions for OpenBSD
This commit is contained in:
parent
e57f5cc99b
commit
e135024cc4
1 changed files with 5 additions and 0 deletions
5
share/completions/pkg_info.fish
Normal file
5
share/completions/pkg_info.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
#completion for pkg_info
|
||||
|
||||
|
||||
complete -c pkg_info -a '(__fish_print_packages)' --description 'Package'
|
||||
|
Loading…
Reference in a new issue