commit b18e083f7aee73b8c28ca5b43af92f947f8c7123 (patch) parent 41c2bf905b17f6ae5fddd46f09613df19a01671e Author: Alex Karle <alex@karle.co> Date: Wed, 31 Jul 2019 00:01:49 -0400 bash: update readline to not beep Diffstat:
M | bash/inputrc | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bash/inputrc b/bash/inputrc @@ -17,3 +17,6 @@ Control-x: yank-last-arg # Quicker changing of prompt after ESC set keyseq-timeout 30 + +# Don't make noise, please! +set bell-style none