diff zsh/exports.zsh @ 161:53a5e5db21c5

Remove stupid most and go back to less
author zegervdv <zegervdv@me.com>
date Fri, 24 Oct 2014 19:26:16 +0200
parents 87498dbd779a
children b18950d832ab
line wrap: on
line diff
--- a/zsh/exports.zsh	Fri Oct 24 19:23:17 2014 +0200
+++ b/zsh/exports.zsh	Fri Oct 24 19:26:16 2014 +0200
@@ -25,7 +25,7 @@
 export ARCHFLAGS='-arch x86_64'
 
 export LESS='--ignore-case --raw-control-chars'
-export PAGER='most'
+export PAGER='less'
 export EDITOR='vim'
 # CTAGS Sorting in VIM/Emacs is better behaved with this in place
 export LC_COLLATE=C