There I said it !

  • huf [he/him]
    ·
    1 day ago

    in that case, i'd prefer a ~/bin/zcat with the contents

    #!/bin/sh
    exec gzip -cdf "$@"
    

    this way, it's exec'able, unlike an alias or shell function.