Closed andresrinivasan closed 2 years ago
Try this:
# Replace the content of virtualenv segment with an empty value.
typeset -g POWERLEVEL9K_VIRTUALENV_CONTENT_EXPANSION=
Thanks. That got rid of the environment name. How do I add the Python version back in?
typeset -g POWERLEVEL9K_VIRTUALENV_CONTENT_EXPANSION='${P9K_CONTENT%% *}'
Success! Profit!
Thanks!
You are welcome.
I would like to remove the environment name from the above prompt and only have the Python version along with the Python glyph.
Output from
Thank you in advance for the help.