From 4e9ce4c07056b9c7cf4fccdf7165ebb642ecfa7b Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 21 Oct 2011 13:51:19 +0300 Subject: [PATCH] zshenv: Added (commented) line to use most as default pager. (Colourful manpages :)). --- zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshenv b/zshenv index a13d7b6b..739ff421 100644 --- a/zshenv +++ b/zshenv @@ -24,3 +24,6 @@ PATH=$PATH # "Changes" home directory without root. Uncomment both lines below this. #export HOME= #cd + +# Uses most as the default pager if you uncomment line below. (You will also get colourful manpages :D). +#export PAGER=most