about summary refs log tree commit diff
path: root/Completion/Unix/Command/_zcat
blob: baa7bd791f235bc7bffbd18ea46cfdc59a0c771e (plain) (blame)
1
2
3
4
5
6
7
#compdef zcat

if _pick_variant gz='(GNU|NetBSD|Apple)' unix --license; then
  _gzip "$@"
else
  _compress "$@"
fi