Change default pager to less(1)

For one thing, less(1) provides better interaction with git.
This commit is contained in:
David van Moolenbroek 2011-11-10 16:58:46 +01:00
parent af01bda509
commit b1855cdcf2

View file

@ -6,7 +6,7 @@ umask 022
# Favourite editor and pager, search path for binaries, etc.
export EDITOR=vi
export PAGER=more
export PAGER=less
export PATH=$HOME/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/pkg/X11R6/bin
} # End of no-repeat.