setting pager
This commit is contained in:
parent
6d107c41c0
commit
836748aaf3
1 changed files with 2 additions and 1 deletions
3
.bashrc
3
.bashrc
|
@ -72,8 +72,9 @@ if [ -f /etc/bash_completion ]; then
|
||||||
fi
|
fi
|
||||||
complete -cf sudo
|
complete -cf sudo
|
||||||
|
|
||||||
# exporting editor
|
# exporting editor and pager
|
||||||
export EDITOR='emacs'
|
export EDITOR='emacs'
|
||||||
|
export PAGER='less'
|
||||||
|
|
||||||
# rbenv
|
# rbenv
|
||||||
if hash rbenv 2>/dev/null; then
|
if hash rbenv 2>/dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue