Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
function definition file not found
- X-seq: zsh-users 13759
- From: fREW Schmidt <frioux@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: function definition file not found
- Date: Mon, 26 Jan 2009 10:05:06 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=y54SiieA2B2rLe3hlyTZiS12ePMJdw3tZh0pF56wEBs=; b=NoAJe/jaR4BRn0r1S2NSxqhVUmn6Whm7ug5aHrFQx2HlMt9Jx/hUAJpbpccYw1ml18 kflEBDLCo48lqKn2tJVVLdaiIUzuJ/aC0vDOlMcAGpYnRvFf0Q88AYe/wfCdKnZyUaO6 7PNMYptLn0v++u5gdxBDtoAEAxsI+4omdafx8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=mh8fXArcrmy9KFuIC7NhbFPg3YdIP9OMGhxvbphve68Al1CN35lH6iVEOh+3FSVznO WS4Q7ATB57vmnj7p+Bs1pp0C+IMPiOJm5kn+ceCK+d2nzC+O4eaPYELRqseU8HuUSdIf NmbD5ex4UMADlb71NkB1NP+SCZjEWrYyymjz4=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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