-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for direnv to second line #53
Conversation
@patrickserrano cool! does this also work in sh? also I don't use python but is this all the information that would be required for a user to understand what virtual env they are looking in and is there a better way to format the text? ex finally, could you add some description to the readme |
@sjk07 the name of the virtualenv shown in the prompt is name the user set when during virtualenv configuration + So in my screenshot the name of the virtualenv is As for Also, updated readme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kewl Stuff
Add support for displaying the current directory's Python virtual environment when direnv and pyenv are installed and being used.