Current File : //usr/share/zsh/5.5.1/functions/_zcat
#compdef zcat

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