#!/nix/store/vdi1l5bd0cl7x0aj10j1wvw53yy3jy2d-bash-5.3p9/bin/sh

zstd=${ZSTD:-zstd}

# TODO: Address quirks and bugs tied to old versions of less, provide a mechanism to pass flags directly to zstd

export LESSOPEN="|-${zstd} -cdfq %s"
exec less "$@"
