Current File : //usr/share/zsh/5.0.7/functions/Completion/Unix/_zcat
#compdef zcat

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