.inputrc: Disable the system bell (\a) for the Readline library
authorW. Trevor King <wking@tremily.us>
Wed, 2 Apr 2014 03:00:52 +0000 (20:00 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 2 Apr 2014 03:00:52 +0000 (20:00 -0700)
commit6ed0b598cd55a602bd90a9dd651ae84e53877e8d
tree369c782e1acedf64ff2aaf0f24b591f125d0d600
parent5d3d6608d18edf2ea25851b9d9abcf42f2e9b53b
.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
src/.inputrc [new file with mode: 0644]