|
|
|
@ -903,6 +903,8 @@
|
|
|
|
|
# If set to false, hide python version if it's the same as global:
|
|
|
|
|
# $(pyenv version-name) == $(pyenv global).
|
|
|
|
|
typeset -g POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false
|
|
|
|
|
# If set to false, hide python version if it's equal to "system".
|
|
|
|
|
typeset -g POWERLEVEL9K_PYENV_SHOW_SYSTEM=true
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
@ -914,6 +916,8 @@
|
|
|
|
|
# If set to false, hide go version if it's the same as global:
|
|
|
|
|
# $(goenv version-name) == $(goenv global).
|
|
|
|
|
typeset -g POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW=false
|
|
|
|
|
# If set to false, hide go version if it's equal to "system".
|
|
|
|
|
typeset -g POWERLEVEL9K_GOENV_SHOW_SYSTEM=true
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_GOENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
@ -925,6 +929,8 @@
|
|
|
|
|
# If set to false, hide node version if it's the same as global:
|
|
|
|
|
# $(nodenv version-name) == $(nodenv global).
|
|
|
|
|
typeset -g POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW=false
|
|
|
|
|
# If set to false, hide node version if it's equal to "system".
|
|
|
|
|
typeset -g POWERLEVEL9K_NODENV_SHOW_SYSTEM=true
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_NODENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
@ -1008,6 +1014,8 @@
|
|
|
|
|
# If set to false, hide ruby version if it's the same as global:
|
|
|
|
|
# $(rbenv version-name) == $(rbenv global).
|
|
|
|
|
typeset -g POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW=false
|
|
|
|
|
# If set to false, hide ruby version if it's equal to "system".
|
|
|
|
|
typeset -g POWERLEVEL9K_RBENV_SHOW_SYSTEM=true
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_RBENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
@ -1035,6 +1043,8 @@
|
|
|
|
|
# If set to false, hide lua version if it's the same as global:
|
|
|
|
|
# $(luaenv version-name) == $(luaenv global).
|
|
|
|
|
typeset -g POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW=false
|
|
|
|
|
# If set to false, hide lua version if it's equal to "system".
|
|
|
|
|
typeset -g POWERLEVEL9K_LUAENV_SHOW_SYSTEM=true
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_LUAENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
@ -1046,6 +1056,8 @@
|
|
|
|
|
# If set to false, hide java version if it's the same as global:
|
|
|
|
|
# $(jenv version-name) == $(jenv global).
|
|
|
|
|
typeset -g POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW=false
|
|
|
|
|
# If set to false, hide java version if it's equal to "system".
|
|
|
|
|
typeset -g POWERLEVEL9K_JENV_SHOW_SYSTEM=true
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_JENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
@ -1057,6 +1069,8 @@
|
|
|
|
|
# If set to false, hide perl version if it's the same as global:
|
|
|
|
|
# $(plenv version-name) == $(plenv global).
|
|
|
|
|
typeset -g POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW=false
|
|
|
|
|
# If set to false, hide perl version if it's equal to "system".
|
|
|
|
|
typeset -g POWERLEVEL9K_PLENV_SHOW_SYSTEM=true
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_PLENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
@ -1068,6 +1082,8 @@
|
|
|
|
|
# If set to false, hide php version if it's the same as global:
|
|
|
|
|
# $(phpenv version-name) == $(phpenv global).
|
|
|
|
|
typeset -g POWERLEVEL9K_PHPENV_PROMPT_ALWAYS_SHOW=false
|
|
|
|
|
# If set to false, hide php version if it's equal to "system".
|
|
|
|
|
typeset -g POWERLEVEL9K_PHPENV_SHOW_SYSTEM=true
|
|
|
|
|
# Custom icon.
|
|
|
|
|
# typeset -g POWERLEVEL9K_PHPENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|