2018-11-15 21:02:22 +09:00

8 lines
115 B
Plaintext

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