X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/f98cb7bf41283653ccd5d575eb13d2695d0da97c..a44bc338a8950ef75edd702e5902357a513ca783:/.zsh/zshrc/00_TODO diff --git a/.zsh/zshrc/00_TODO b/.zsh/zshrc/00_TODO index aa65548..1fb9583 100644 --- a/.zsh/zshrc/00_TODO +++ b/.zsh/zshrc/00_TODO @@ -23,22 +23,16 @@ setopt autopushd pushdminus pushdsilent pushdtohome # brace expansion setopt braceccl -# automatically remove duplicates from these arrays -typeset -gU path cdpath fpath manpath +[ "$(umask)" = 022 ] && umask 0077 -# http://xanana.ucsc.edu/~wgscott/wordpress_new/wordpress/?p=12 -typeset -ga preexec_functions -typeset -ga precmd_functions -typeset -ga chpwd_functions +eval `lesspipe 2>/dev/null` -. $ZDOTDIR/xterm-title +WORDCHARS="*?_-.[]~/&;!#$%^(){}<>" -precmd_functions+=set_plain_xterm_title -preexec_functions+=set_cmd_xterm_title +# report time stats when command takes longer than 5 seconds +REPORTTIME=5 -[ "$(umask)" = 022 ] && umask 0077 - -eval `lesspipe 2>/dev/null` +MAILCHECK=0 :