Skip to content

Instantly share code, notes, and snippets.

@imonroe
Created May 18, 2021 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imonroe/fe0d2b9d1c637fe7cd7fa266c45a79f4 to your computer and use it in GitHub Desktop.
Save imonroe/fe0d2b9d1c637fe7cd7fa266c45a79f4 to your computer and use it in GitHub Desktop.
Disable the stupid bell sound in WSL
#!/usr/bin/env bash
echo "set bell-style none" >> ~/.inputrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment