Skip to content

Instantly share code, notes, and snippets.

@moki9
Created July 31, 2014 04:15
Show Gist options
  • Save moki9/6cad567aaae7ad532993 to your computer and use it in GitHub Desktop.
Save moki9/6cad567aaae7ad532993 to your computer and use it in GitHub Desktop.
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
@morsh
Copy link

morsh commented Nov 2, 2017

Awesome! echo "set bell-style none" > .inputrc + restart worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment