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

Re: ISP OS upgrade = zsh function-files not found



This:
        typeset -U fpath
        fpath+=(~/.zfunc)

results in this warning at login:

/u/q/.zshrc:185: promptinit: function definition file not found
/u/q/.zshrc:188: is-at-least: function definition file not found
/u/q/.zshrc:189: compinit: function definition file not found
/u/q/.zshrc:190: colors: function definition file not found

(Same as what I was getting before.)

This:
        fpath=(
          /usr/local/share/zsh/site-functions
          /usr/local/share/zsh/$ZSH_VERSION/functions{,**/*(N/)}
          ~/.zfunc
          )

results in this warning at login:

compaudit:74: _i_addfiles: assignment to invalid subscript range

which is new.

Thanks for any further tips.


Attachment: pgpzjBseHN4U9.pgp
Description: PGP signature



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