Skip to content

Commit

Permalink
Clarify pyenv vs venv vs anaconda prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
amontalenti committed Mar 25, 2020
1 parent ee05956 commit acd0c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@
# Separate environment name from Python version only with a space.
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
# Custom icon.
typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='🐍'
typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='🐍'

#####################[ anaconda: conda environment (https://conda.io/) ]######################
# Anaconda environment color.
Expand All @@ -830,7 +830,7 @@
# Separate environment name from Python version only with a space.
typeset -g POWERLEVEL9K_ANACONDA_{LEFT,RIGHT}_DELIMITER=
# Custom icon.
typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='🐍'
typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='🐍'

################[ pyenv: python environment (https://github.com/pyenv/pyenv) ]################
# Pyenv color.
Expand All @@ -843,7 +843,7 @@
# 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='🐍'
typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='🐍'

################[ goenv: go environment (https://github.com/syndbg/goenv) ]################
# Goenv color.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ I have two prompt themes available:
+-----------------------------------+----------------------------------------------+
| ~/.../custom/themes/powerlevel10k | cloned submodule for powerlevel10k |
+-----------------------------------+----------------------------------------------+
| ~/p10k.zsh | zsh script for the powerlevel10k config |
| ~/.p10k.zsh | zsh script for the powerlevel10k config |
+-----------------------------------+----------------------------------------------+
| ~/.oh-my-zsh/themes/am.zsh-theme | alt theme that provides zshprompt calls |
+-----------------------------------+----------------------------------------------+
Expand Down

0 comments on commit acd0c94

Please sign in to comment.