activate syntax highlighting on pager

This commit is contained in:
David Majnemer 2009-01-17 14:49:04 -05:00
parent 4e88559f12
commit 35e6b30d46

View file

@ -1,3 +1,4 @@
#! /bin/sh
for PAGER in less more pg ; do
( command -v $PAGER >/dev/null 2>&1 ) && break
done