From 794477f6d563d08639d30ba5b98cec446e82fdd6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 29 Mar 2014 18:11:57 -0700 Subject: [PATCH] .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). --- src/.bashrc.d/00environment | 1 + 1 file changed, 1 insertion(+) 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' -- 2.26.2