aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
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\]\]") $ '