1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-04 09:51:27 +02:00
zsh/Completion/Unix/Command/_zcat

8 lines
99 B
Plaintext
Raw Normal View History

2001-04-02 14:07:09 +02:00
#compdef zcat
if _pick_variant gnu=GNU unix --license; then
2001-04-02 14:07:09 +02:00
_gzip "$@"
else
_compress "$@"
fi