Thursday, September 6, 2007

disable bell in terminal

add to ~/.bashrc:
# disable audible bell
if [ "$DISPLAY" ]; then
xset -b
fi

No comments: