Add PAGER environment variable with -r so that colors for icdiff work.

add icdiff aliases.
This commit is contained in:
2015-01-12 12:54:20 -08:00
parent 80b0c6f52c
commit 82ca1f2994
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ elif infocmp xterm-256color >/dev/null 2>&1; then
export TERM=xterm-256color
fi
export PAGER='less -XFr'
export GITPAGER='less -XFr'
# Larger bash history (allow 32³ entries; default is 500)
export HISTSIZE=32768
export HISTFILESIZE=10000000