1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00
zsh/Completion/User/_bunzip2
1999-12-01 15:29:41 +00:00

6 lines
107 B
Text

#compdef bunzip2 bzcat
local expl
_description files expl 'compressed file'
_files "$expl[@]" -g '*.bz2'