changeset 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 eb9ee89c7ccb
children ca5ddc6081dc
files zsh/exports.zsh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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