ACC SHELL

Path : /usr/share/zsh/4.3.10/functions/
File Upload :
Current File : //usr/share/zsh/4.3.10/functions/_zcat

#compdef zcat

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

ACC SHELL 2018