about summary refs log tree commit diff
path: root/Completion/AIX
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:17:59 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:17:59 +0000
commitcfe3324101fd405a24799c2472eb53b0a5b3cb28 (patch)
tree23451b637820216e2d2444427711372b7d228920 /Completion/AIX
parent25613dc6b15834a7d99ed8b64a42922408a5eb5d (diff)
downloadzsh-cfe3324101fd405a24799c2472eb53b0a5b3cb28.tar.gz
zsh-cfe3324101fd405a24799c2472eb53b0a5b3cb28.tar.xz
zsh-cfe3324101fd405a24799c2472eb53b0a5b3cb28.zip
moved from Completion/AIX/_physical_volumes
Diffstat (limited to 'Completion/AIX')
-rw-r--r--Completion/AIX/Type/_physical_volumes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/AIX/Type/_physical_volumes b/Completion/AIX/Type/_physical_volumes
new file mode 100644
index 000000000..b53054823
--- /dev/null
+++ b/Completion/AIX/Type/_physical_volumes
@@ -0,0 +1,6 @@
+#autoload
+
+local expl
+
+_wanted physicalvolumes expl 'physical volume' \
+    compadd - $(lsdev -C -c disk -S a -F name)