2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Disable beep on completion attempt

The beep on completion attempt was highly annoying, disable it.
This commit is contained in:
Jarrod Johnson 2014-02-22 17:39:05 -05:00
parent a8f48c7955
commit 56ae101366

View File

@ -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