mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
unposted: _zcat: support macOS
This commit is contained in:
parent
e258e7d251
commit
35afea0772
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2018-11-15 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
2018-11-15 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||||
|
|
||||||
|
* unposted: Completion/Unix/Command/_zcat: support macOS
|
||||||
|
|
||||||
* Ivan Tkachenko: 43823: Src/Modules/stat.c: remove unnecessary
|
* Ivan Tkachenko: 43823: Src/Modules/stat.c: remove unnecessary
|
||||||
metafy() in stattimeprint()
|
metafy() in stattimeprint()
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#compdef zcat
|
#compdef zcat
|
||||||
|
|
||||||
if _pick_variant gz='(GNU|NetBSD)' unix --license; then
|
if _pick_variant gz='(GNU|NetBSD|Apple)' unix --license; then
|
||||||
_gzip "$@"
|
_gzip "$@"
|
||||||
else
|
else
|
||||||
_compress "$@"
|
_compress "$@"
|
||||||
|
|
Loading…
Reference in a new issue