1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-04 20:43:23 -07:00

disable bells in bash

long time coming
This commit is contained in:
Connor Olding 2021-07-31 20:41:10 -07:00
parent 7402cee176
commit 44f3854256

View File

@ -4,3 +4,4 @@
"\e[1;5D": backward-word
set show-all-if-ambiguous on
set completion-ignore-case on
set bell-style none