p10k ssh context

main
Alpha Chen 4 weeks ago
parent e134e76407
commit 35f0685cd4
No known key found for this signature in database

@ -37,6 +37,7 @@
vcs # git status vcs # git status
# =========================[ Line #2 ]========================= # =========================[ Line #2 ]=========================
newline # \n newline # \n
context
prompt_char # prompt symbol prompt_char # prompt symbol
) )
@ -1021,7 +1022,8 @@
typeset -g POWERLEVEL9K_PYENV_CONTENT_EXPANSION='${P9K_CONTENT}${${P9K_CONTENT:#$P9K_PYENV_PYTHON_VERSION(|/*)}:+ $P9K_PYENV_PYTHON_VERSION}' typeset -g POWERLEVEL9K_PYENV_CONTENT_EXPANSION='${P9K_CONTENT}${${P9K_CONTENT:#$P9K_PYENV_PYTHON_VERSION(|/*)}:+ $P9K_PYENV_PYTHON_VERSION}'
# Custom icon. # Custom icon.
# typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='⭐' # Currently looks like this, which is weird: 
typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION=''
################[ goenv: go environment (https://github.com/syndbg/goenv) ]################ ################[ goenv: go environment (https://github.com/syndbg/goenv) ]################
# Goenv color. # Goenv color.

Loading…
Cancel
Save