From 56ae1013666e313657cb955b63fe151c00bb4686 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Sat, 22 Feb 2014 17:39:05 -0500 Subject: [PATCH] Disable beep on completion attempt The beep on completion attempt was highly annoying, disable it. --- bin/confetty | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/confetty b/bin/confetty index ab283301..bb666d4e 100755 --- a/bin/confetty +++ b/bin/confetty @@ -351,6 +351,7 @@ while authinfo['authpassed'] != 1: # sys.stdout.flush() readline.parse_and_bind("tab: complete") +readline.parse_and_bind("set bell-style none") readline.set_completer(completer) doexit = False inconsole = False