diff --git a/.zshrc b/.zshrc index 44e8959..141d0ec 100644 --- a/.zshrc +++ b/.zshrc @@ -84,13 +84,6 @@ for f in $OTHER/*.zsh; do fi done -if [ -d "$HOME/.zsh-custom" ]; then - for f in $HOME/.zsh-custom/*; do - if [ -f $f ]; then - source $f - fi - done -fi # configure completion zstyle ':completion:*:*:*:*:*' menu select