rlh   img   mp3   nfo   pro  
./nfo/linux/disable.visual.bell.nfo
To disable annoying visual bell blinking:

# In any shell:
echo 'set bell-style none' >> ~/.inputrc

# In vim:
echo 'set vb t_vb=' >> ~/.vimrc

EOF