about summary refs log tree commit diff
path: root/Completion/Unix/Command/_zcat
blob: cf927507b7df6fb30b4da74cf6f7690f4705149b (plain) (blame)
1
2
3
4
5
6
7
#compdef zcat

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