From a3d92298ff9dd14c98b01c76d7e374499fd27ae7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 13 Dec 2017 18:08:18 +0000 Subject: 42113: BSD complation updates. Remove use of pkg_* for FreeBSD. Add BSD architecture utilities. --- Completion/BSD/Type/_obsd_architectures | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/BSD/Type/_obsd_architectures (limited to 'Completion/BSD/Type/_obsd_architectures') diff --git a/Completion/BSD/Type/_obsd_architectures b/Completion/BSD/Type/_obsd_architectures new file mode 100644 index 000000000..ca3e0e12f --- /dev/null +++ b/Completion/BSD/Type/_obsd_architectures @@ -0,0 +1,6 @@ +#autoload + +local expl + +_description architectures expl 'architecture' +compadd "$@" "$expl[@]" alpha amd64 arm64 armv7 hppa i386 landisk longson luna88k macppc octeon sgi sparc64 -- cgit 1.4.1