From 3e77ff98c47b6f1c7f949f197cb68ebec734cc86 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 20 Apr 2000 10:47:00 +0000 Subject: Add new completions for AIX commands --- Completion/AIX/_floppy | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Completion/AIX/_floppy (limited to 'Completion/AIX/_floppy') diff --git a/Completion/AIX/_floppy b/Completion/AIX/_floppy new file mode 100644 index 000000000..7c030f9bd --- /dev/null +++ b/Completion/AIX/_floppy @@ -0,0 +1,5 @@ +#compdef dosread dosdel + +local expl + +_wanted floppyfiles expl 'files on floppy' compadd - ${$(dosdir)[1,-5]:l} -- cgit 1.4.1