From b1855cdcf2d4c12ab664edbb790ffade9755a462 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Thu, 10 Nov 2011 16:58:46 +0100 Subject: [PATCH] Change default pager to less(1) For one thing, less(1) provides better interaction with git. --- etc/ast/.ashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ast/.ashrc b/etc/ast/.ashrc index 135badcf7..5d92c0466 100644 --- a/etc/ast/.ashrc +++ b/etc/ast/.ashrc @@ -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. -- 2.44.0