about summary refs log tree commit diff
path: root/Completion/User/_gunzip
blob: 90bdd56a2d3d5c83c25ad7e1e96847fab063413d (plain) (blame)
1
2
3
4
5
6
#compdef gunzip zcat

local expl

_description files expl 'compressed file'
_files "$expl[@]" -g '*.([tT]|)[gG][zZ]'