We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff57b7 commit c8a47a0Copy full SHA for c8a47a0
1 file changed
templates/zsh.txt
@@ -59,6 +59,7 @@ function __zoxide_doctor() {
59
60
{%- else %}
61
[[ ${_ZO_DOCTOR:-1} -ne 0 ]] || return 0
62
+ [[ $- == *i* ]] || return 0
63
64
{%- if hook == InitHook::Prompt %}
65
[[ ${precmd_functions[(Ie)__zoxide_hook]:-} -eq 0 ]] || return 0
0 commit comments