1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 10:20:55 +01: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'