summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-11 22:02:56 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-11 22:02:56 -0500
commita2b9f906250eae930046b3ddaea0dd158a330049 (patch)
tree90db58e0197f350639e51f582b8a2989245fa309 /bashrc
parent66f5747712f51456ee1b1037417721575b06893f (diff)
downloadconf-a2b9f906250eae930046b3ddaea0dd158a330049.tar.gz
conf-a2b9f906250eae930046b3ddaea0dd158a330049.zip
less should never use the bell
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 1e13857..043b7f2 100644
--- a/bashrc
+++ b/bashrc
@@ -59,6 +59,7 @@ alias bc="bc -lq"
alias ncmpc="ncmpc -c"
alias truecrypt="sudo truecrypt -t"
alias darcs="rlwrap darcs"
+alias less="less -Q"
# }}}
# games {{{
alias nao="(TERM=rxvt telnet nethack.alt.org)"