about summary refs log tree commit diff
path: root/Completion/User/_bzip2
blob: 15dd6f0908d7d9e4f1da82c3c21995bbad76ab4e (plain) (blame)
1
2
3
4
5
6
#compdef bzip2

local expl

_description expl 'file to compress'
_files "$expl[@]" -g '*~*.bz2'