From: martin f. krafft Date: Tue, 13 May 2008 14:24:43 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.madduck.net/~/git/pub/etc/zsh X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/41580d8fa251d8388afbb3955833e92f70c7ec49?hp=a020a2e681930031aff3d20b0f670c7a59a2db50 Merge branch 'master' of ssh://git.madduck.net/~/git/pub/etc/zsh --- diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index 92f8f3f..4fbaa92 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -47,6 +47,9 @@ setopt no_nomatch # do. not. ever. beep. setopt no_beep +# use 0xXX and 0XX output instead of 16#XX/8#XX +setopt c_bases + [ "$(umask)" = 022 ] && umask 0077 # remove '/' from WORDCHARS