diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-08-17 20:41:29 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-08-17 20:41:29 +0300 |
commit | 5669c12c6659e888de9d0093f95a8fc91d0dba8d (patch) | |
tree | e93c8e201ab05cbfd3f1beb3d9550cebe6ffa4f5 /config/p10k-rainbow.zsh | |
parent | e7629449c62918ccb0ce1bee1fec12226f38a7f2 (diff) |
Revert "add availability to display or not Terraform version"
This reverts commit 20b87731de26638f40dce1bfc89f5b5a207e090f.
Diffstat (limited to 'config/p10k-rainbow.zsh')
-rw-r--r-- | config/p10k-rainbow.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 1535cb39..a580f300 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1273,8 +1273,6 @@ # typeset -g POWERLEVEL9K_TERRAFORM_OTHER_VISUAL_IDENTIFIER_EXPANSION='⭐' #############[ terraform_version: terraform version (https://www.terraform.io) ]############## - # Don't show terraform version if there is no "*.tf" files - typeset -g POWERLEVEL9K_TERRAFORM_VERSION_ALWAYS=false # Terraform version color. typeset -g POWERLEVEL9K_TERRAFORM_VERSION_FOREGROUND=4 typeset -g POWERLEVEL9K_TERRAFORM_VERSION_BACKGROUND=0 |