X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e4b0055e84227e2cc7a6572a609a15b5e98e0bf5..f925367a557a1544bc54b808833789ea2ed59f81:/.zsh/zshrc/99_TODO 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`