#!/bin/sh

: ${PAGER=less}
export PAGER

PATH="/dev/env/DJDIR/bin:$PATH"
export PATH

exec zmore ${1+"$@"}
