From 2da920e8eb0df018083c9d443bf3f49e64199228 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Tue, 19 Nov 2024 20:31:00 +0100 Subject: [PATCH] Update plugins/pyenv/pyenv.plugin.zsh --- plugins/pyenv/pyenv.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pyenv/pyenv.plugin.zsh b/plugins/pyenv/pyenv.plugin.zsh index f745da7d0..cd2a9e0ac 100644 --- a/plugins/pyenv/pyenv.plugin.zsh +++ b/plugins/pyenv/pyenv.plugin.zsh @@ -96,7 +96,7 @@ if [[ $FOUND_PYENV -eq 1 ]]; then else # Fall back to system python function pyenv_prompt_info() { - if [[ "$ZSH_PYENV_NO_SYSTEM" = "true" ]]; then + if [[ "$ZSH_THEME_PYENV_NO_SYSTEM" == "true" ]]; then return fi local version="$(python3 -V 2>&1 | cut -d' ' -f2)"