- Removed terminal bell

This commit is contained in:
dbroqua 2017-07-31 21:51:56 +02:00
parent 9da2c54333
commit 9a9d4b4aaf

5
zshrc
View File

@ -139,3 +139,8 @@ export TTC_UPDATE_INTERVAL=5
#rivalcfg --color=#509ADB -e steady
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# Turn off bell
if [ -n "$DISPLAY" ]; then
xset b off
fi