openbsd-ports/shells/fish/patches/patch-share_completions_pkg_info_fish
abieber 5a61595db7 Import fish shell.
Fish offers some nice things like:
- Autosuggestions
- Man page completions
- OpenBSD specific completions for things like vmctl
- "Configless" config

OK rsadowski@
2017-12-16 05:14:32 +00:00

15 lines
427 B
Plaintext

$OpenBSD: patch-share_completions_pkg_info_fish,v 1.1.1.1 2017/12/16 05:14:32 abieber Exp $
This can be removed when 3.0 is released:
https://github.com/fish-shell/fish-shell/pull/4584/
Index: share/completions/pkg_info.fish
--- share/completions/pkg_info.fish.orig
+++ share/completions/pkg_info.fish
@@ -0,0 +1,5 @@
+#completion for pkg_info
+
+
+complete -c pkg_info -a '(__fish_print_packages)' --description 'Package'
+