zshrc: urxvt: turn off bell

This commit is contained in:
He4eT 2023-03-28 13:50:18 +03:00
commit 0c6df99d6e

View file

@ -119,4 +119,7 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# urxvt tuning
xset -b
clear