diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-04 08:44:51 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-04 08:44:51 +0300 |
commit | 06ed564092ac64e77e1fa83398e98d92cf1d9c0d (patch) | |
tree | 2b5d8520d5f1c63aed0b0a16648d3720e389bd44 /config/p10k-classic.zsh | |
parent | 2d74ac9d069ff58b984f4818a2fb743b0059b3ed (diff) | |
parent | 882cede0aec99f58ccaf8d0765688bfee7b198fb (diff) |
Merge branch 'terraform-show-default' of https://github.com/ancarpan/powerlevel10k into ancarpan-terraform-show-default
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 9e85288b..b6a72f66 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1153,6 +1153,8 @@ '*' DEFAULT) typeset -g POWERLEVEL9K_TERRAFORM_DEFAULT_FOREGROUND=38 # typeset -g POWERLEVEL9K_TERRAFORM_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Show terraform workspace even if it's default + typeset -g POWERLEVEL9K_TERRAFORM_SHOW_DEFAULT_WS=false #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# # Show kubecontext only when the the command you are typing invokes one of these tools. |