Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

function definition file not found



Hey guys,

I recently updated zsh on cygwin and I am getting a bunch of errors on load:

/cygdrive/c/Documents and Settings/frew/.zshrc:10: compinit: function definition file not found
/cygdrive/c/Documents and Settings/frew/.zshrc:11: promptinit: function definition file not found
/cygdrive/c/Documents and Settings/frew/.zshrc:12: zsh-mime-setup: function definition file not found

from my .zshrc:

autoload -U compinit
autoload -U promptinit
autoload -U zcalc
autoload -U zsh-mime-setup
compinit
promptinit
zsh-mime-setup

Any ideas of what happened?

--
-fREW
http://blog.afoolishmanifesto.com


Messages sorted by: Reverse Date, Date, Thread, Author