Use beep if possible.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 03 Apr 2010 10:55:02 +0300
changeset 53 e38c00b4f0f0
parent 52 1481359f69d8
child 54 95a79aeb9abb
Use beep if possible.
.inputrc
--- a/.inputrc	Sat Apr 03 10:54:31 2010 +0300
+++ b/.inputrc	Sat Apr 03 10:55:02 2010 +0300
@@ -32,6 +32,9 @@
 # filename when listing possible completions. The default is 'off'.
 set visible-stats on
 
+# I like beep (audible/visible/none).
+set bell-style audible
+
 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked
 # because it handled by terminal driver before readline.
 C-v: quoted-insert