WSL Ubuntuのコマンド操作時の音が鬱陶しいので消す
/etc/inputrcのset bell-style noneがコメントアウトされているのでコメントを外し、シェルを再起動する。以上。
$ sudo vim /etc/inputrc
# set bell-style none
↓ ↓ ↓
set bell-style none
#WSL #Windows #開発環境