i using centos 4 (32 bits) and bash.
I want to know how disable the visual bell in all the shells?
i using centos 4 (32 bits) and bash.
I want to know how disable the visual bell in all the shells?
You can try :
set bell-style none
To disable it in all the shells, you can add this line to your ~/.inputrc
file (ie the .inputrc file which is at the root of your home dir).