Skip to content

Instantly share code, notes, and snippets.

@imonroe
Created May 18, 2021 14:42
Embed
What would you like to do?
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