From e417613812ca9cc8438a7185a40e1ce437332e1a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 12 May 2008 23:11:57 +0100 Subject: [PATCH] set c_bases to get proper non-base-10 output --- .zsh/zshrc/99_TODO | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2