2018年3月21日水曜日

linux : Linux端末の音を消す

問題点:
Linux へ ssh接続した時、入力ミス等で音が鳴り一々うるさい。

対策:
/etc/inputrc の # do not bell on tab-completion の下に
set bell-style none
を追加する。(或いは、コメントアウトを外す)
csh の場合は、
 set visiblebell
を .cshrc に追加する。
# see /usr/share/doc/bash/inputrc.arrows for other codes of arrow keys
 
# do not bell on tab-completion
set bell-style none              <- ここ
# set bell-style visible
 
# some defaults / modifications for the emacs mode
$if mode=emacs

0 件のコメント:

コメントを投稿