mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
add POWERLEVEL9K_GOENV_SOURCES to config templates
This commit is contained in:
@@ -715,7 +715,10 @@
|
||||
# Goenv color.
|
||||
# typeset -g POWERLEVEL9K_GOENV_FOREGROUND=0
|
||||
# typeset -g POWERLEVEL9K_GOENV_BACKGROUND=4
|
||||
# Don't show the current Go version if it's the same as global.
|
||||
# Hide go version if it doesn't come from one of these sources.
|
||||
typeset -g POWERLEVEL9K_GOENV_SOURCES=(shell local global)
|
||||
# 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
|
||||
# Custom icon.
|
||||
# typeset -g POWERLEVEL9K_GOENV_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
||||
|
||||
Reference in New Issue
Block a user