diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-08-17 20:38:35 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-08-17 20:38:35 +0300 |
commit | ce7d4a4cd3b655192f33d3cb0380d1e588c9a647 (patch) | |
tree | 705cdd416b83237601b310284a30783d4e4fee5d /config/p10k-rainbow.zsh | |
parent | 32e76e772173f1d2856ee4002f21607523221ce7 (diff) | |
parent | 6aeb13b08aab0b35f0c9b0212f1c0cba89eaa5d3 (diff) |
Merge branch 'ptavares-master'
Diffstat (limited to 'config/p10k-rainbow.zsh')
-rw-r--r-- | config/p10k-rainbow.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index a580f300..1535cb39 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1273,6 +1273,8 @@ # 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 |