From e7629449c62918ccb0ce1bee1fec12226f38a7f2 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Tue, 17 Aug 2021 19:41:15 +0200 Subject: [PATCH] spello --- internal/p10k.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 2e1fa9e8..80b5d5b1 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -4888,9 +4888,6 @@ _p9k_prompt_terraform_init() { } function prompt_terraform_version() { - if [[ $_POWERLEVEL9K_TERRAFORM_VERSION_ALWAYS ]]; then - _p9k_upglob "*.tf" && return 1 - fi _p9k_cached_cmd 0 '' terraform --version || return local v=${_p9k__ret#Terraform v} (( $#v < $#_p9k__ret )) || return