You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I install zsh with pkgm
And I launch /usr/local/bin/zsh
Then zsh fails to load the zsh/zle (zsh line editor) module
Details:
pkgm version
0.3.2
Environment
Docker Container
OS
Debian 12 (bookworm)
Steps to reproduce:
# install zsh with pkgm
pkgm install zsh
# launch zsh version installed by pkgm
/usr/local/bin/zsh
Error:
zsh: failed to load module `zsh/zle': /usr/local/lib/zsh/{{version.marketing}}/zsh/zle.bundle: cannot open shared object file: No such file or directory
Notes:
zsh is started - not exiting after the error - but without it's line editor it scrambles up the terminal on output :)
If I start zsh with pkgx, it starts without above mentioned error:
# this launches zsh without the zle loading error
pkgx zsh
The text was updated successfully, but these errors were encountered:
Description:
Given I install
zsh
withpkgm
And I launch
/usr/local/bin/zsh
Then
zsh
fails to load thezsh/zle
(zsh line editor) moduleDetails:
pkgm
version0.3.2
Steps to reproduce:
Error:
Notes:
zsh
is started - not exiting after the error - but without it's line editor it scrambles up the terminal on output :)If I start
zsh
withpkgx
, it starts without above mentioned error:# this launches zsh without the zle loading error pkgx zsh
The text was updated successfully, but these errors were encountered: