From b18e083f7aee73b8c28ca5b43af92f947f8c7123 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 31 Jul 2019 00:01:49 -0400 Subject: [PATCH] bash: update readline to not beep --- bash/inputrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/inputrc b/bash/inputrc index e68e4e5..7db164d 100644 --- 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 -- libgit2 0.28.4