From: W. Trevor King Date: Sun, 30 Mar 2014 01:11:57 +0000 (-0700) Subject: .bashrc.d/00environment: Disable the system bell (\a) for less X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=794477f6d563d08639d30ba5b98cec446e82fdd6;p=dotfiles-public.git .bashrc.d/00environment: Disable the system bell (\a) for less I enable the system bell (xset b) to get IRC notifications from irssi, but I don't want less beeping at me if I try and move outside the buffer ;). '-Q' disables the bell. The rest of the options are from Gentoo's /etc/env.d/70less (from sys-apps/less-457). --- diff --git a/src/.bashrc.d/00environment b/src/.bashrc.d/00environment index 62ee06a..dc74bdb 100644 --- a/src/.bashrc.d/00environment +++ b/src/.bashrc.d/00environment @@ -7,6 +7,7 @@ if [ -f ~/.hosts ]; then export HOSTALIASES=~/.hosts fi +export LESS="-R -M -Q --shift 5" export MONKEYSPHERE_CHECK_KEYSERVER=false export SANE_DEFAULT_DEVICE='epkowa:interpreter:001:003'