aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-lean-8colors.zsh
diff options
context:
space:
mode:
authorAlex Jurkiewicz <alex@jurkiewi.cz>2021-05-28 07:25:39 +0300
committerAlex Jurkiewicz <alex@jurkiewi.cz>2021-05-28 07:25:39 +0300
commitaa4d36634132b6c510207e6cdbc6d1aceaf7ddbd (patch)
tree0e1b8e8ecae3a094c588421654e858013913d8cb /config/p10k-lean-8colors.zsh
parent35acee119d2d18aa4630a63f36cb5b447bd17637 (diff)
Add region support for aws element
Diffstat (limited to 'config/p10k-lean-8colors.zsh')
-rw-r--r--config/p10k-lean-8colors.zsh6
1 files changed, 6 insertions, 0 deletions
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)