zshenv: Added (commented) line to use most as default pager. (Colourful manpages :)).

This commit is contained in:
Mika Suomalainen 2011-10-21 13:51:19 +03:00
parent 24097fae2f
commit 4e9ce4c070
1 changed files with 3 additions and 0 deletions

3
zshenv
View File

@ -24,3 +24,6 @@ PATH=$PATH
# "Changes" home directory without root. Uncomment both lines below this.
#export HOME=<path to new home>
#cd
# Uses most as the default pager if you uncomment line below. (You will also get colourful manpages :D).
#export PAGER=most