|
|
|
@ -51,6 +51,7 @@ fi
|
|
|
|
|
# node_version # node.js version
|
|
|
|
|
# go_version # golang version
|
|
|
|
|
# rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv)
|
|
|
|
|
rvm # ruby version from rvm (https://rvm.io)
|
|
|
|
|
kubecontext # current kubernetes context (https://kubernetes.io/)
|
|
|
|
|
context # user@host
|
|
|
|
|
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
|
|
|
|
@ -505,6 +506,16 @@ fi
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_RBENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
#######################[ rvm: ruby version from rvm (https://rvm.io) ]########################
|
|
|
|
|
# Rvm color.
|
|
|
|
|
typeset -g POWERLEVEL9K_RVM_FOREGROUND=168
|
|
|
|
|
# Don't show @gemset at the end.
|
|
|
|
|
typeset -g POWERLEVEL9K_RVM_SHOW_GEMSET=false
|
|
|
|
|
# Don't show ruby- at the front.
|
|
|
|
|
typeset -g POWERLEVEL9K_RVM_SHOW_PREFIX=false
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
#############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]#############
|
|
|
|
|
# Kubernetes context classes for the purpose of using different colors, icons and expansions with
|
|
|
|
|
# different contexts.
|
|
|
|
|