From 882cede0aec99f58ccaf8d0765688bfee7b198fb Mon Sep 17 00:00:00 2001 From: Andrea Carpani Date: Fri, 3 Jul 2020 19:05:48 +0200 Subject: Add option to show terraform workspace even if it's default --- config/p10k-lean-8colors.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/p10k-lean-8colors.zsh') diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index cac63a9a..6c27bca8 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -1217,6 +1217,8 @@ '*' DEFAULT) typeset -g POWERLEVEL9K_TERRAFORM_DEFAULT_FOREGROUND=4 # typeset -g POWERLEVEL9K_TERRAFORM_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Show terraform workspace even if it's default + typeset -g POWERLEVEL9K_TERRAFORM_SHOW_DEFAULT_WS=false #[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]# # Show aws only when the the command you are typing invokes one of these tools. -- cgit v1.2.3