~xdavidwu/dotfiles

4bbf85ab4acd44176679762baa69619e30abc3d2 — xdavidwu 4 years ago 8625a7a
bashrc: do not touch PAGER if !vimpager
1 files changed, 1 insertions(+), 1 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -1
@@ 72,7 72,7 @@ batlvl() {
# application envs
# policy: should here even if global like /etc/environments
export GPG_TTY=$(tty)
export PAGER=vimpager
[ -f /usr/bin/vimpager ] && export PAGER=vimpager
export LESS='-S -R'
export LESSHISTFILE=-
export EDITOR=vim