Added compinit to get completion

This commit is contained in:
hjp 2007-03-07 11:16:09 +00:00
parent 260df0b1cc
commit 0bf460a47a
1 changed files with 5 additions and 0 deletions

5
.zshrc
View File

@ -82,3 +82,8 @@ if [ -d ~/bin/func ]
then
FPATH=`preppath -v FPATH ~/bin/func`
fi
# for new style completion:
autoload -U compinit
compinit