From aa4d36634132b6c510207e6cdbc6d1aceaf7ddbd Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Fri, 28 May 2021 14:25:39 +1000 Subject: Add region support for aws element --- config/p10k-classic.zsh | 6 ++++++ config/p10k-lean-8colors.zsh | 6 ++++++ config/p10k-lean.zsh | 6 ++++++ config/p10k-rainbow.zsh | 6 ++++++ 4 files changed, 24 insertions(+) (limited to 'config') diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 5f167063..20d1e5b6 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1291,6 +1291,12 @@ # Tip: Remove the next line to always show aws. typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi|terragrunt' + # Include AWS region in prompt. (default: false) + # typeset -g POWERLEVEL9K_AWS_SHOW_REGION=false + + # Shorten AWS region. (default: true) + # typeset -g POWERLEVEL9K_AWS_SHOW_REGION_SHORT=true + # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element # in each pair defines a pattern against which the current AWS profile gets matched. # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 6cce4418..b2825b8d 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -1272,6 +1272,12 @@ # Tip: Remove the next line to always show aws. typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi|terragrunt' + # Include AWS region in prompt. (default: false) + # typeset -g POWERLEVEL9K_AWS_SHOW_REGION=false + + # Shorten AWS region. (default: true) + # typeset -g POWERLEVEL9K_AWS_SHOW_REGION_SHORT=true + # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element # in each pair defines a pattern against which the current AWS profile gets matched. # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index fe97961c..30a3a274 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1268,6 +1268,12 @@ # Tip: Remove the next line to always show aws. typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi|terragrunt' + # Include AWS region in prompt. (default: false) + # typeset -g POWERLEVEL9K_AWS_SHOW_REGION=false + + # Shorten AWS region. (default: true) + # typeset -g POWERLEVEL9K_AWS_SHOW_REGION_SHORT=true + # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element # in each pair defines a pattern against which the current AWS profile gets matched. # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 9ea3e561..9411b090 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1360,6 +1360,12 @@ # Tip: Remove the next line to always show aws. typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi|terragrunt' + # Include AWS region in prompt. (default: false) + # typeset -g POWERLEVEL9K_AWS_SHOW_REGION=false + + # Shorten AWS region. (default: true) + # typeset -g POWERLEVEL9K_AWS_SHOW_REGION_SHORT=true + # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element # in each pair defines a pattern against which the current AWS profile gets matched. # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) -- cgit v1.2.3