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

local expl

_description files expl 'compressed file'
_files "$expl[@]" -g '*.[gG][z]'