From: martin f. krafft Date: Wed, 7 May 2008 19:20:12 +0000 (+0100) Subject: add some options from the guide X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f925367a557a1544bc54b808833789ea2ed59f81;p=zsh.git add some options from the guide --- 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`