mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00:07 +00:00
survive people explicitly disabling conda prompt and then expecting to see it
This commit is contained in:
parent
c6e599ddd5
commit
e3f582f246
4 changed files with 12 additions and 8 deletions
|
@ -879,8 +879,9 @@
|
|||
# Note: '({default_env}) ' is the default value of env_prompt.
|
||||
#
|
||||
# The default value of POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION expands to $CONDA_PROMPT_MODIFIER
|
||||
# without the leading '(' or the trailing ') '.
|
||||
typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}'
|
||||
# without the surrounding parentheses, or to the last path component of CONDA_PREFIX if the former
|
||||
# is empty.
|
||||
typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}:-${CONDA_PREFIX:t}}'
|
||||
|
||||
# Custom icon.
|
||||
# typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
||||
|
|
|
@ -856,8 +856,9 @@
|
|||
# Note: '({default_env}) ' is the default value of env_prompt.
|
||||
#
|
||||
# The default value of POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION expands to $CONDA_PROMPT_MODIFIER
|
||||
# without the leading '(' or the trailing ') '.
|
||||
typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}'
|
||||
# without the surrounding parentheses, or to the last path component of CONDA_PREFIX if the former
|
||||
# is empty.
|
||||
typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}:-${CONDA_PREFIX:t}}'
|
||||
|
||||
# Custom icon.
|
||||
# typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
||||
|
|
|
@ -856,8 +856,9 @@
|
|||
# Note: '({default_env}) ' is the default value of env_prompt.
|
||||
#
|
||||
# The default value of POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION expands to $CONDA_PROMPT_MODIFIER
|
||||
# without the leading '(' or the trailing ') '.
|
||||
typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}'
|
||||
# without the surrounding parentheses, or to the last path component of CONDA_PREFIX if the former
|
||||
# is empty.
|
||||
typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}:-${CONDA_PREFIX:t}}'
|
||||
|
||||
# Custom icon.
|
||||
# typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
||||
|
|
|
@ -915,8 +915,9 @@
|
|||
# Note: '({default_env}) ' is the default value of env_prompt.
|
||||
#
|
||||
# The default value of POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION expands to $CONDA_PROMPT_MODIFIER
|
||||
# without the leading '(' or the trailing ') '.
|
||||
typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}'
|
||||
# without the surrounding parentheses, or to the last path component of CONDA_PREFIX if the former
|
||||
# is empty.
|
||||
typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}:-${CONDA_PREFIX:t}}'
|
||||
|
||||
# Custom icon.
|
||||
# typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
||||
|
|
Loading…
Reference in a new issue