From 306d7ae143586d26779907acad3f7cab91b38c48 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 10 May 2025 21:52:39 -0700 Subject: [PATCH] Fix shellcheck lint --- templates/bash.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/bash.txt b/templates/bash.txt index 7c571d5..8ac19bd 100644 --- a/templates/bash.txt +++ b/templates/bash.txt @@ -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