From: W. Trevor King Date: Wed, 2 Apr 2014 03:00:52 +0000 (-0700) Subject: .inputrc: Disable the system bell (\a) for the Readline library X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ed0b598cd55a602bd90a9dd651ae84e53877e8d;p=dotfiles-public.git .inputrc: Disable the system bell (\a) for the Readline library I enable the system bell (xset b) to get IRC notifications from irssi, but I don't want Readline beeping at me if I try and move outside the line ;). For docs on other available settings, see [1]. [1]: https://www.gnu.org/software/bash/manual/html_node/Readline-Init-File-Syntax.html --- diff --git a/src/.inputrc b/src/.inputrc new file mode 100644 index 0000000..2c0fc3c --- /dev/null +++ b/src/.inputrc @@ -0,0 +1,4 @@ +# Configure the Readline library + +# set bell (\a) style (audible, visible, none) +set bell-style none