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