summaryrefslogtreecommitdiffstats
path: root/inputrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-11 21:47:06 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-11 21:47:06 -0500
commit857b4064e1d67c65f61ece0a379ef16a1a286dd3 (patch)
tree4ee939a4f43ef7ed8ed732c2993ca65d46e25dcd /inputrc
parent1529e43ff8eb691a45478992766603840d21a1e9 (diff)
downloadconf-857b4064e1d67c65f61ece0a379ef16a1a286dd3.tar.gz
conf-857b4064e1d67c65f61ece0a379ef16a1a286dd3.zip
disable the bell in readline apps
Diffstat (limited to 'inputrc')
-rw-r--r--inputrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/inputrc b/inputrc
index 55d9827..1cc1eae 100644
--- a/inputrc
+++ b/inputrc
@@ -15,3 +15,6 @@ set visible-stats on
# set up vi mode
set editing-mode vi
set keymap vi
+
+# my shell should never use the bell
+set bell-style none