summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-08-08 22:07:28 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-08-08 22:07:28 -0400
commit3f93b57902e02d38468cb18ce442f2e66e52f901 (patch)
tree6a30875ea3a332b9b7bca5b73d458c3b02e9d540 /.zshrc
parent08f7fb2f3a2306b54ddcc26e72c758625a14acc0 (diff)
improve zsh and telescope
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'