diff --git a/.zshrc b/.zshrc index 4e2de61..8f70e4a 100644 --- a/.zshrc +++ b/.zshrc @@ -82,3 +82,8 @@ if [ -d ~/bin/func ] then FPATH=`preppath -v FPATH ~/bin/func` fi + +# for new style completion: +autoload -U compinit +compinit +