From fd67deb4ee24eaf0847c614d12ef72be8c45732a Mon Sep 17 00:00:00 2001 From: Will Heid Date: Thu, 1 Feb 2018 18:53:07 -0800 Subject: [PATCH] add option to disable the system beep --- templates/zshrc.zsh-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index bba2d370..c188117e 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -68,6 +68,9 @@ source $ZSH/oh-my-zsh.sh # export MANPATH="/usr/local/man:$MANPATH" +# Disable Terminal beep +#unsetopt beep + # You may need to manually set your language environment # export LANG=en_US.UTF-8