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

zsh: failed to load module `zsh/zle': No such file or directory



I am trying to install zsh into a non standard directory in "git for
windows" on a machine running windows 10 but running into problems.
When launching zsh, I am getting

zsh: failed to load module `zsh/zle': No such file or directory

Is there a way to fix this? FWIW I am using "git for windows" 2.21.0.windows.1 .

To reproduce, do the following in a git bash terminal

Download zsh
~ $ export PS1="\w $ "
~ $ mkdir -p ~/x/software
~ $ cd ~/x/software
~/x/software $ curl
http://repo.msys2.org/msys/x86_64/zsh-5.7.1-1-x86_64.pkg.tar.xz
--outpu t zsh-5.7.1-1-x86_64.pkg.tar.xz

Install the software
~/x/software $ mkdir -p ~/opt/software/zsh
~/x/software $ tar xJvf zsh-5.7.1-1-x86_64.pkg.tar.xz -C ~/opt/software/zsh

Run zsh from the new location
~/x/software $ export PATH="/c/Users/raju/opt/software/zsh/usr/bin":$PATH
~/x/software $ which zsh
/c/Users/raju/opt/software/zsh/usr/bin/zsh
~/x/software $ zsh
zsh: failed to load module `zsh/zle': No such file or directory
\w $


thanks
raju
-- 
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog



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