X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/470a84de742d5b803ae217ad4b282bfbce1c1e6a..f925367a557a1544bc54b808833789ea2ed59f81:/.zsh/zshrc/99_TODO?ds=sidebyside 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`