Fix shellcheck lint

This commit is contained in:
Ajeet D'Souza 2025-05-10 21:52:39 -07:00
parent 9768e645c7
commit 306d7ae143
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ function __zoxide_doctor() {
{%- else %}
[[ ${_ZO_DOCTOR:-1} -eq 0 ]] && return 0
[[ ${PROMPT_COMMAND:-} == *'__zoxide_hook'* ]] && return 0
# shellcheck disable=SC2199
[[ ${__vsc_original_prompt_command[@]:-} == *'__zoxide_hook'* ]] && return 0
_ZO_DOCTOR=0