Skip to content
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

Add support for Python's virtualenvs #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for Python's virtualenvs #5

wants to merge 1 commit into from

Conversation

zerok
Copy link

@zerok zerok commented Jan 3, 2016

Currently the theme supports only rbenv. I thought it might be useful to also integrate Python's virtualenv support as exposed with virtualfish to the right side prompt 🙂

@@ -11,6 +12,15 @@ function _ruby_gemset
echo (command rbenv gemset active ^/dev/null | sed -e 's| global||')
end

function _show_venv
if [ "$VIRTUAL_ENV" ]
if [ "$theme_display_rbenv" = 'yes' ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo/copypasta here.

edit: just kidding! i see what you did here :P

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that was sadly an evil branch I couldn't really get rid of, sadly :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants