Created
July 31, 2014 04:15
-
-
Save moki9/6cad567aaae7ad532993 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh to the remote machine and run this bash command "set bell-style none" without qoutes. | |
or | |
create an .inputrc file and place this command "set bell-style none" | |
or simply run this on your terminal | |
echo "set bell-style none" > .inputrc | |
credits to paul from SO | |
see http://superuser.com/a/759948 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome!
echo "set bell-style none" > .inputrc
+ restart worked for me