You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
so how virtualenv displays is pretty fixed here, it is not asking any other plugin for the appearance. But my system is configured a little differently, so the default value is not accurate, and I'm not able to use my own plugin to determine how I want to display my virtual environment name, is this on purpose? How can I display the way I want, please?
The text was updated successfully, but these errors were encountered:
If I may ask, how do you want virtualenv to be displayed?
As defined in
${virtualenv_path:t}
the trailing folder name of virtualenv_path is used as the virtual environment, but my folder structure is like
where >>test<< is what I want to show on prompt, but powerlevwl9k displays venv
I know I can replace
${virtualenv_path:t}
with
${virtualenv_path:h:t}
but is there a way to let powerlevel9k NOT to decide what to show as virtualenv, but surrender the ability to plugins like Autoswitch Python Virtualenv or virtualenv?
Hi, thanks for the hard work first.
I wanted to show virtualenv on my prompt, and I just found that as long as "virtualenv" is included here:
virtualenv always displays, no matter whether I enable oh-my-zsh virtualenv plugin or not
After long time of research and grep-ing, I found that virtualenv segment is determined in powerlevel9k.zsh-theme file:
so how virtualenv displays is pretty fixed here, it is not asking any other plugin for the appearance. But my system is configured a little differently, so the default value is not accurate, and I'm not able to use my own plugin to determine how I want to display my virtual environment name, is this on purpose? How can I display the way I want, please?
The text was updated successfully, but these errors were encountered: