How to disable beeping in shell? Using mks toolkit
I am using mks toolkit in widows. I want to disable beeping
in bash/ksh. I tried to put:
"set bell-style none" in .ksh/.bash but this did not work.
It seems this is the only approach I could find online.
Any other way can I try?
Thanks.
|