Official Blog for OBE Messages
 

Older Post

Home

Newer Post
Friday, 20 July 2012
disable MSYS bash beep bell sound
the beep is annoying especially you are inside library with lots of people.

follow this easy way to disable the beep sound.

locate your ~ directory in windows
in my case, since i install MinGW in D:/MinGW, my MSYS root is here
D:\MinGW\msys\1.0

open notepad / wordpad or other editor, type the following and save it as "inputrc", without the quotes and file extension
set bell-style none

the last step is using bash to rename the file to .inputrc
C:\WINDOWS>bash
bash-3.1$ cd ~
bash-3.1$ mv inputrc .inputrc

Labels: ,

Post a Comment


Older Post

Home

Newer Post