Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.2 released
On 12/02/2015 11:32 AM, Peter Stephenson wrote:
Version 5.2 of zsh has been released and is available at
Doing a git pull as usual:
git pull
./configure --prefix=/zsh
make -s
make check
and adding:
make install.modules
... thing seem to be created ok:
/zsh/lib/zsh/5.2-dev-0/zsh
/zsh/bin/zsh is 652600 bytes brand new.
... but the modules are not found by the new binary:
/root/.zshrc:54: compinit: function definition file not found
/root/.zshrc:55: colors: function definition file not found
/root/.zshrc:56: select-word-style: function definition file not found
... Yet everything seems fine. What am I missing?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author