summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-11 22:20:05 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-11 22:21:45 -0500
commitcc65a6253ba921adc415b3389cf923bfc30adfb1 (patch)
tree4bf775fe3a23842981f10e3f6a806d92dad067ba /bashrc
parentb12eddb4098247fe020b4911d7b47624a0dbcc1d (diff)
downloadconf-cc65a6253ba921adc415b3389cf923bfc30adfb1.tar.gz
conf-cc65a6253ba921adc415b3389cf923bfc30adfb1.zip
use LESS rather than an alias, so external programs pick it up
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 59fef9c..4ac6c77 100644
--- a/bashrc
+++ b/bashrc
@@ -20,6 +20,7 @@ export CVS_RSH='ssh'
export TEXINPUTS=".:${HOME}/conf/tex:"
export NHBOT_DARCS_AUTHOR="doy@tozt.net"
export NHBOT_PUBLIC_REPO_BASE="http://tozt.net/code/"
+export LESS='-QR'
[ -x /usr/bin/lesspipe ] && export LESSOPEN='|/usr/bin/lesspipe %s'
[ -x /usr/bin/lesspipe.sh ] && export LESSOPEN='|/usr/bin/lesspipe.sh %s'
# }}}
@@ -58,7 +59,6 @@ alias mv="mv -i"
alias bc="bc -lq"
alias ncmpc="ncmpc -c"
alias truecrypt="sudo truecrypt -t"
-alias less="less -Q"
# }}}
# games {{{
alias nao="(TERM=rxvt telnet nethack.alt.org)"