Signed-off-by: Alejandro Mery <amery@geeks.cl>
@ -13,11 +13,9 @@ if [ $# -eq 0 ]; then
fi
if [ -t 1 ]; then
if env | grep -q ^PAGER=; then
if [ -z "$PAGER" ]; then
PAGER=cat
else
if env | grep -q '^PAGER=$'; then
elif [ -z "$PAGER" ]; then
PAGER="less -R"