-
Notifications
You must be signed in to change notification settings - Fork 565
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
zoxide doesn't work on ksh #882
Comments
ksh is a POSIX-compliant shell, so this should work. Could you describe the exact issue? |
It was an issue on my end. I forgot to source my |
zoxide v0.9.5 now officially supports |
I just tried it on OpenBSD-current. I am getting the following error when I source
|
Which ksh are you using? |
The one that is in OpenBSD base install. KSH v5.2.14 |
Found the issue. It seems OpenBSD's ksh is lacking in some features:
|
For the time being, the POSIX shell method works. Thank you for helping me and adding support for KSH so quickly. |
For now I'd suggest using |
Hello. I am writing a zoxide port for OpenBSD.
The port installs as expected, and zoxide works as expected on supported shells.
However, it doesn't work on ksh, which is what is currently blocking the port to be committed by the developers(I am not a developer).
I have tried adding
eval "$(zoxide init posix --hook prompt)"
to my.kshrc
but it didn't work.I have tried generating shell config using
zoxide init
but that threw an error too.error: invalid value ksh for <SHELL>
Are there any known workarounds for this issue?
If not, is it possible to add support for
ksh
?The text was updated successfully, but these errors were encountered: