Edit file File name : _zcat Content :#compdef zcat if _pick_variant gz='(GNU|NetBSD|Apple)' unix --license; then _gzip "$@" else _compress "$@" fi Save