|
|
@ -56,6 +56,7 @@ fi
|
|
|
|
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)
|
|
|
|
kubecontext # current kubernetes context (https://kubernetes.io/)
|
|
|
|
kubecontext # current kubernetes context (https://kubernetes.io/)
|
|
|
|
|
|
|
|
terraform # terraform workspace (https://www.terraform.io)
|
|
|
|
context # user@host
|
|
|
|
context # user@host
|
|
|
|
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
|
|
|
|
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
|
|
|
|
ranger # ranger shell (https://github.com/ranger/ranger)
|
|
|
|
ranger # ranger shell (https://github.com/ranger/ranger)
|
|
|
@ -540,6 +541,12 @@ fi
|
|
|
|
# Custom icon.
|
|
|
|
# Custom icon.
|
|
|
|
# typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
# typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
################[ terraform: terraform workspace (https://www.terraform.io) ]#################
|
|
|
|
|
|
|
|
# Terraform color.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_TERRAFORM_FOREGROUND=38
|
|
|
|
|
|
|
|
# Custom icon.
|
|
|
|
|
|
|
|
# typeset -g POWERLEVEL9K_TERRAFORM_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.
|
|
|
|