From f925367a557a1544bc54b808833789ea2ed59f81 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 7 May 2008 20:20:12 +0100 Subject: [PATCH] add some options from the guide --- .zsh/zshrc/99_TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index af4faec..83a8412 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -41,6 +41,9 @@ setopt no_bad_pattern # don't bitch about no matches, just the glob character verbatim setopt no_nomatch +# do. not. ever. beep. +setopt no_beep + [ "$(umask)" = 022 ] && umask 0077 eval `lesspipe 2>/dev/null` -- 2.39.2