|
|
@ -61,6 +61,7 @@
|
|
|
|
# dotnet_version # .NET version (https://dotnet.microsoft.com)
|
|
|
|
# dotnet_version # .NET version (https://dotnet.microsoft.com)
|
|
|
|
rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv)
|
|
|
|
rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv)
|
|
|
|
rvm # ruby version from rvm (https://rvm.io)
|
|
|
|
rvm # ruby version from rvm (https://rvm.io)
|
|
|
|
|
|
|
|
fvm # flutter version management (https://github.com/leoafarias/fvm)
|
|
|
|
kubecontext # current kubernetes context (https://kubernetes.io/)
|
|
|
|
kubecontext # current kubernetes context (https://kubernetes.io/)
|
|
|
|
terraform # terraform workspace (https://www.terraform.io)
|
|
|
|
terraform # terraform workspace (https://www.terraform.io)
|
|
|
|
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)
|
|
|
@ -680,6 +681,12 @@
|
|
|
|
# Custom icon.
|
|
|
|
# Custom icon.
|
|
|
|
# typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
# typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###########[ fvm: flutter version management (https://github.com/leoafarias/fvm) ]############
|
|
|
|
|
|
|
|
# Fvm color.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_FVM_FOREGROUND=38
|
|
|
|
|
|
|
|
# Custom icon.
|
|
|
|
|
|
|
|
# typeset -g POWERLEVEL9K_FVM_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
#############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]#############
|
|
|
|
#############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]#############
|
|
|
|
# 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.
|
|
|
|