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