diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:18:15 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:18:15 +0000 |
commit | 96d9829a8d487c16cf2e6c3023aa0854134d7172 (patch) | |
tree | 4ca4f05e892a052e0851dcb9e856ec64335e27fc | |
parent | 3fc8364924367d26101f9ecaf41b3d07433569e0 (diff) | |
download | zsh-96d9829a8d487c16cf2e6c3023aa0854134d7172.tar.gz zsh-96d9829a8d487c16cf2e6c3023aa0854134d7172.tar.xz zsh-96d9829a8d487c16cf2e6c3023aa0854134d7172.zip |
moved from Completion/AIX/_volume_groups
-rw-r--r-- | Completion/AIX/Type/_volume_groups | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/AIX/Type/_volume_groups b/Completion/AIX/Type/_volume_groups new file mode 100644 index 000000000..dc509f6dc --- /dev/null +++ b/Completion/AIX/Type/_volume_groups @@ -0,0 +1,5 @@ +#autoload + +local expl + +_wanted physicalvolumes expl 'physical volume' compadd - $(lsvg) |