zoxide: detected a possible configuration issue.
Please ensure that zoxide is initialized right at the end of your shell configuration file (usually ~/.bashrc).
If the issue persists, consider filing an issue at:
https://github.com/ajeetdsouza/zoxide/issues
Disable this message by setting _ZO_DOCTOR=0.
zoxide is initialized lastly in my ~/.bashrc
I think it's caused by my ssh client "Termius" as echo $PROMPT_COMMAND returns _termius_prompt_cmd_original. zoxide still works without any problems though...
This issue seems to be similar to #1013
zoxide is initialized lastly in my
~/.bashrcI think it's caused by my ssh client "Termius" as
echo $PROMPT_COMMANDreturns_termius_prompt_cmd_original. zoxide still works without any problems though...This issue seems to be similar to #1013