Results 226 comments of Ajeet D'Souza

> I have tried adding eval "$(zoxide init posix --hook prompt)" to my .kshrc but it didn't work. ksh is a POSIX-compliant shell, so this should work. Could you describe...

zoxide v0.9.5 now officially supports `ksh`. Do try it out whenever you get the chance!

Which ksh are you using?

Found the issue. It seems OpenBSD's ksh is lacking in some features: > The original Korn shell's DEBUG trap and the handling of ERR and EXIT traps in functions are...

For now I'd suggest using `--hook prompt` when initializing zoxide, I'll look into it once I'm able.

Took a look at this. Unlike bash or zsh, ksh implementations generally don't have any non-POSIX features that would result in a better zoxide plugin, so I'm closing this issue.