From 58e3aa58877e507485c9e1ff17f1d2f0f4810e0b Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 16 Feb 2012 19:08:18 -0800 Subject: [PATCH] Use 'less -R' for $PAGER --- dot-files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-files/zshrc b/dot-files/zshrc index dcc5f9f..57d26c9 100644 --- a/dot-files/zshrc +++ b/dot-files/zshrc @@ -35,7 +35,7 @@ source $ZSH/oh-my-zsh.sh # Customize to your needs... export EDITOR=vim -export PAGER=more +export PAGER="less -R" SUDO='sudo' if [ "$USER" = "root" ]; then SUDO=''