#compdef zcat

if _pick_variant gnu=GNU unix --license; then
  _gzip "$@"
else
  _compress "$@"
fi
