about summary refs log tree commit diff
path: root/Completion/AIX
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/AIX')
-rw-r--r--Completion/AIX/_logical_volumes14
1 files changed, 0 insertions, 14 deletions
diff --git a/Completion/AIX/_logical_volumes b/Completion/AIX/_logical_volumes
deleted file mode 100644
index 53949fab2..000000000
--- a/Completion/AIX/_logical_volumes
+++ /dev/null
@@ -1,14 +0,0 @@
-#autoload
-
-local expl list names disp
-
-list=( $(lsvg -l $(lsvg)|sed  -e '2d'|awk '/[^:]* / {if ( $7 != "N/A" ) print $1 ":" $7; else print $1}' ) )
-names=(${list%%:*})
-if zstyle -T ":completion:${curcontext}" verbose; then
-  zformat -a list ' -- ' $list
-  disp=(-d list)
-else
-  disp=()
-fi
-_wanted logicalvolumes expl 'logical volumes' \
-    compadd "$disp[@]" "$@" - "$names[@]"