diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:53:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:53:01 +0000 |
commit | 79c92ab09afc76428dfaacad2b42f873865f10f6 (patch) | |
tree | 3e0e6ee267bfc9b581d07ede9dbd68be3131c5c1 /debian | |
parent | Updating /etc/inputrc on update to Progress Linux. (diff) | |
download | readline-79c92ab09afc76428dfaacad2b42f873865f10f6.tar.xz readline-79c92ab09afc76428dfaacad2b42f873865f10f6.zip |
Setting bell-style to none.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/inputrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/inputrc b/debian/inputrc index a16ddab..629c671 100644 --- a/debian/inputrc +++ b/debian/inputrc @@ -18,7 +18,7 @@ set output-meta on # see /usr/share/doc/bash/inputrc.arrows for other codes of arrow keys # do not bell on tab-completion -# set bell-style none +set bell-style none # set bell-style visible # make autocompletion case insensitive and display suggestions |