add option to disable the system beep

This commit is contained in:
Will Heid 2018-02-01 18:53:07 -08:00 committed by GitHub
parent 37c2d0ddd7
commit fd67deb4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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