在FB中,換tab鍵進行補齊時或輸入錯誤時,總是會發出beep的一聲,在.cshrc中設置
#Tcsh
set nobeep=1
或者Bash的話在.bash_profile中設置
#Bash
set bell-style none
就可以不再發出beep~的一聲。
#Tcsh
set nobeep=1
或者Bash的話在.bash_profile中設置
#Bash
set bell-style none
就可以不再發出beep~的一聲。
|
||||||||||||||||||||||
在FB中,換tab鍵進行補齊時或輸入錯誤時,總是會發出beep的一聲,在.cshrc中設置
#Tcsh set nobeep=1 或者Bash的話在.bash_profile中設置 #Bash set bell-style none 就可以不再發出beep~的一聲。
|
||||||||||||||||||||||