setting pager

This commit is contained in:
Rodolphe Breard 2014-04-04 11:21:51 +02:00
parent 6d107c41c0
commit 836748aaf3

View file

@ -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