diff options
Diffstat (limited to 'Completion/AIX/Command')
-rw-r--r-- | Completion/AIX/Command/_floppy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/AIX/Command/_floppy b/Completion/AIX/Command/_floppy new file mode 100644 index 000000000..7c030f9bd --- /dev/null +++ b/Completion/AIX/Command/_floppy @@ -0,0 +1,5 @@ +#compdef dosread dosdel + +local expl + +_wanted floppyfiles expl 'files on floppy' compadd - ${$(dosdir)[1,-5]:l} |