X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/41b13e9195f67c4b89b23c6b9d7763e2d684e111..a44bc338a8950ef75edd702e5902357a513ca783:/.zsh/zshrc/00_TODO?ds=inline diff --git a/.zsh/zshrc/00_TODO b/.zsh/zshrc/00_TODO index 7381073..1fb9583 100644 --- a/.zsh/zshrc/00_TODO +++ b/.zsh/zshrc/00_TODO @@ -23,14 +23,6 @@ setopt autopushd pushdminus pushdsilent pushdtohome # brace expansion setopt braceccl -# automatically remove duplicates from these arrays -typeset -gU path cdpath fpath manpath - -# http://xanana.ucsc.edu/~wgscott/wordpress_new/wordpress/?p=12 -typeset -ga preexec_functions -typeset -ga precmd_functions -typeset -ga chpwd_functions - [ "$(umask)" = 022 ] && umask 0077 eval `lesspipe 2>/dev/null`