顯示具有 tcsh 標籤的文章。 顯示所有文章
顯示具有 tcsh 標籤的文章。 顯示所有文章

2009年4月11日 星期六

stop beeping in linux


Refering to here: ##ReadMore##

$ xset b off Bash: ~/.inputrc or /etc/inputrc set bell-style none Tcsh: ~/.tcshrc # just tab completion beep off: set matchbeep = never # any beep off: set nobeep = 1

By another place, for tty:

$ setterm -blength 0