|
|
@ -1229,7 +1229,7 @@
|
|
|
|
#############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]#############
|
|
|
|
#############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]#############
|
|
|
|
# Show kubecontext only when the the command you are typing invokes one of these tools.
|
|
|
|
# Show kubecontext only when the the command you are typing invokes one of these tools.
|
|
|
|
# Tip: Remove the next line to always show kubecontext.
|
|
|
|
# Tip: Remove the next line to always show kubecontext.
|
|
|
|
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito'
|
|
|
|
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito|k9s|helmfile'
|
|
|
|
|
|
|
|
|
|
|
|
# Kubernetes context classes for the purpose of using different colors, icons and expansions with
|
|
|
|
# Kubernetes context classes for the purpose of using different colors, icons and expansions with
|
|
|
|
# different contexts.
|
|
|
|
# different contexts.
|
|
|
@ -1318,7 +1318,7 @@
|
|
|
|
#[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]#
|
|
|
|
#[ 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.
|
|
|
|
# Show aws only when the the command you are typing invokes one of these tools.
|
|
|
|
# Tip: Remove the next line to always show aws.
|
|
|
|
# Tip: Remove the next line to always show aws.
|
|
|
|
typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi'
|
|
|
|
typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi|terragrunt'
|
|
|
|
|
|
|
|
|
|
|
|
# POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element
|
|
|
|
# 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.
|
|
|
|
# in each pair defines a pattern against which the current AWS profile gets matched.
|
|
|
@ -1361,7 +1361,7 @@
|
|
|
|
##########[ azure: azure account name (https://docs.microsoft.com/en-us/cli/azure) ]##########
|
|
|
|
##########[ azure: azure account name (https://docs.microsoft.com/en-us/cli/azure) ]##########
|
|
|
|
# Show azure only when the the command you are typing invokes one of these tools.
|
|
|
|
# Show azure only when the the command you are typing invokes one of these tools.
|
|
|
|
# Tip: Remove the next line to always show azure.
|
|
|
|
# Tip: Remove the next line to always show azure.
|
|
|
|
typeset -g POWERLEVEL9K_AZURE_SHOW_ON_COMMAND='az|terraform|pulumi'
|
|
|
|
typeset -g POWERLEVEL9K_AZURE_SHOW_ON_COMMAND='az|terraform|pulumi|terragrunt'
|
|
|
|
# Azure account name color.
|
|
|
|
# Azure account name color.
|
|
|
|
# typeset -g POWERLEVEL9K_AZURE_FOREGROUND=7
|
|
|
|
# typeset -g POWERLEVEL9K_AZURE_FOREGROUND=7
|
|
|
|
# typeset -g POWERLEVEL9K_AZURE_BACKGROUND=4
|
|
|
|
# typeset -g POWERLEVEL9K_AZURE_BACKGROUND=4
|
|
|
@ -1413,7 +1413,7 @@
|
|
|
|
#[ google_app_cred: google application credentials (https://cloud.google.com/docs/authentication/production) ]#
|
|
|
|
#[ google_app_cred: google application credentials (https://cloud.google.com/docs/authentication/production) ]#
|
|
|
|
# Show google_app_cred only when the the command you are typing invokes one of these tools.
|
|
|
|
# Show google_app_cred only when the the command you are typing invokes one of these tools.
|
|
|
|
# Tip: Remove the next line to always show google_app_cred.
|
|
|
|
# Tip: Remove the next line to always show google_app_cred.
|
|
|
|
typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_SHOW_ON_COMMAND='terraform|pulumi'
|
|
|
|
typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_SHOW_ON_COMMAND='terraform|pulumi|terragrunt'
|
|
|
|
|
|
|
|
|
|
|
|
# Google application credentials classes for the purpose of using different colors, icons and
|
|
|
|
# Google application credentials classes for the purpose of using different colors, icons and
|
|
|
|
# expansions with different credentials.
|
|
|
|
# expansions with different credentials.
|
|
|
|