From 836748aaf3d4ff41652aaa1d3486f4663bf8c111 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 4 Apr 2014 11:21:51 +0200 Subject: [PATCH] setting pager --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 40c3237..3de3aa3 100644 --- a/.bashrc +++ b/.bashrc @@ -72,8 +72,9 @@ if [ -f /etc/bash_completion ]; then fi complete -cf sudo -# exporting editor +# exporting editor and pager export EDITOR='emacs' +export PAGER='less' # rbenv if hash rbenv 2>/dev/null; then