summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index f1a72ba..aa65b2f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -13,6 +13,7 @@ setopt hist_ignore_space
# Misc options
setopt autocd
setopt extendedglob
+unsetopt BEEP
# Aliases
alias ls='ls --color=auto'