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

local expl

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