From: Mark Wooding Date: Tue, 21 Apr 2020 11:53:20 +0000 (+0100) Subject: dot/zshrc: Write numbers in odd bases using C notation. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/d90fb8419fd562d9e496a39cb37fa8b96b9f5ef7?ds=inline dot/zshrc: Write numbers in odd bases using C notation. Otherwise other programs which see this output get confused. It doesn't help that `zsh' sets the output base from the initial input base. --- diff --git a/dot/zshrc b/dot/zshrc index ca76ee4..c6cfa99 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -149,6 +149,7 @@ unsetopt auto_menu setopt bang_hist unsetopt bash_auto_list unsetopt beep +setopt c_bases octal_zeroes setopt extendedglob unsetopt flow_control unsetopt global_export