#1204·zoxide

Zoxide doctor warning when using termius as ssh client

Author: RappyTVCreated Mar 26, 2026Updated Aug 26, 2026
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