Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Disable visual and audio bell/beep in WSL on Windows 10

Code Block
$ vi /etc~/inputrc


Uncomment the line (remove the #) for set bell-style none. Add the following

Code Block
...
set bell-style none
...