summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-11-05 11:49:01 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-11-05 11:49:01 +0100
commitc7a58dab1c5989d1f1910158f966ba190cf50eb0 (patch)
treeaa26313d37abf393f3b023534ba3ccea6764983b /bashrc
parent99214b6beb6e33dd5e1b8164fc9b4452aa16384e (diff)
downloadbin-c7a58dab1c5989d1f1910158f966ba190cf50eb0.zip
bin-c7a58dab1c5989d1f1910158f966ba190cf50eb0.tar.gz
bashrc: use less as PAGER
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index e9fc8b0..df6829d 100644
--- a/bashrc
+++ b/bashrc
@@ -121,7 +121,7 @@ my_export()
}
# PAGER
-my_export 'PAGER' 'most' '/bin/less'
+my_export 'PAGER' 'less' '/bin/more'
my_export 'EDITOR' 'vim' '/usr/bin/vi'
# catch and eval dmalloc output