- Removed terminal bell
This commit is contained in:
parent
9da2c54333
commit
9a9d4b4aaf
1 changed files with 5 additions and 0 deletions
5
zshrc
5
zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue