mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
spello
This commit is contained in:
parent
ce7d4a4cd3
commit
e7629449c6
1 changed files with 0 additions and 3 deletions
|
@ -4888,9 +4888,6 @@ _p9k_prompt_terraform_init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function prompt_terraform_version() {
|
function prompt_terraform_version() {
|
||||||
if [[ $_POWERLEVEL9K_TERRAFORM_VERSION_ALWAYS ]]; then
|
|
||||||
_p9k_upglob "*.tf" && return 1
|
|
||||||
fi
|
|
||||||
_p9k_cached_cmd 0 '' terraform --version || return
|
_p9k_cached_cmd 0 '' terraform --version || return
|
||||||
local v=${_p9k__ret#Terraform v}
|
local v=${_p9k__ret#Terraform v}
|
||||||
(( $#v < $#_p9k__ret )) || return
|
(( $#v < $#_p9k__ret )) || return
|
||||||
|
|
Loading…
Reference in a new issue