DIR:/proc/self/root/proc/thread-self/root/usr/share/zsh/5.5.1/functions/ |
Current File : //proc/self/root/proc/thread-self/root/usr/share/zsh/5.5.1/functions/_zcat |
#compdef zcat if _pick_variant gz='(GNU|NetBSD)' unix --license; then _gzip "$@" else _compress "$@" fi |