X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/bdad9fbbba5cce50d43ec34af99f914bd81482cf..e417613812ca9cc8438a7185a40e1ce437332e1a:/.zsh/zshrc/99_TODO diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index 079f851..4fbaa92 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -47,9 +47,13 @@ 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 -WORDCHARS="*?_-.[]~/&;!#$%^(){}<>" +# remove '/' from WORDCHARS +WORDCHARS="${WORDCHARS//\/}" # report time stats when command takes longer than 5 seconds REPORTTIME=5