From 7a2314a744a3a2873c0224f509e2d0ee791dc592 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 9 Dec 2013 08:43:23 +0100 Subject: bash: set the LESS and the PAGER environment variables. --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index e93dfa8..0bf31c8 100644 --- a/bashrc +++ b/bashrc @@ -15,6 +15,10 @@ export EDITOR=vim export VISUAL=vim alias vi=vim +# Set the LESS and the PAGER environment variables. +export LESS="FSRX" +export PAGER=less + # git completion source $HOME/.gitcompletion.sh PS1='\u:\w$(__git_ps1 "\[\033[0;32m\]@\[\033[1;32m\]%s\[\033[0m\]\]") $ ' -- cgit v1.2.3