mirror of
https://github.com/zsh-users/zsh
synced 2024-11-05 16:08:45 +00:00
moved from Completion/AIX/_floppy
This commit is contained in:
parent
1bde6b7d69
commit
6994e5beaf
1 changed files with 5 additions and 0 deletions
5
Completion/AIX/Command/_floppy
Normal file
5
Completion/AIX/Command/_floppy
Normal file
|
@ -0,0 +1,5 @@
|
|||
#compdef dosread dosdel
|
||||
|
||||
local expl
|
||||
|
||||
_wanted floppyfiles expl 'files on floppy' compadd - ${$(dosdir)[1,-5]:l}
|
Loading…
Reference in a new issue