mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +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() {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue