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

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