projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
710a598
)
.bashrc.d/00environment: Disable the system bell (\a) for less
author
W. Trevor King
<wking@tremily.us>
Sun, 30 Mar 2014 01:11:57 +0000
(18:11 -0700)
committer
W. Trevor King
<wking@tremily.us>
Sun, 30 Mar 2014 23:32:52 +0000
(16:32 -0700)
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
patch
|
blob
|
history
diff --git
a/src/.bashrc.d/00environment
b/src/.bashrc.d/00environment
index 62ee06a7383419d5b647b4c8c19657b9b031caec..dc74bdbb17047983b4279038ee99cd5064cde85f 100644
(file)
--- 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'