mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-05-17 11:41:08 +00:00
Fix shellcheck lint
This commit is contained in:
parent
9768e645c7
commit
306d7ae143
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue