-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue on arch #23
Comments
It looks like bash and zsh is stripped on arch. Have you installed bash and zsh from pacman? |
It looks like some distros for some reason insist on stripping their sofrware in their default package manager, so it might be good to consider to somehow add support for the unstripped versions of bash and zsh as well |
Yeah I installed zsh with pacman |
@3isenHeiM So if you want an immediate solution, then you should compile shell without stripping. If you are willing to hack around you can try to add support for stripped shells (this link might be useful: https://shankaraman.wordpress.com/tag/finding-environment-variable-address-using-gdb/) |
I'm running ZSH on Arch, I've installed nhi but I have errors in the logs.
Install gave me this output :
I don't know why it spit this "wal" string.
Here is the result of
getent group tty
:tty:x:5:
I've looked into the
get_shell_environ
code, and these 2 function do not return anything :Digging deeper, there is indeed no match :
How can I solve this ?
Thanks :)
The text was updated successfully, but these errors were encountered: