From: martin f. krafft Date: Mon, 12 May 2008 22:11:57 +0000 (+0100) Subject: set c_bases to get proper non-base-10 output X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/e417613812ca9cc8438a7185a40e1ce437332e1a?hp=7cdd43f4d8d3f981a278189f059f764d0529e085 set c_bases to get proper non-base-10 output --- 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