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 virtualenv support to bobthefish powerbar theme #144

Closed
wants to merge 2 commits into from
Closed

Add virtualenv support to bobthefish powerbar theme #144

wants to merge 2 commits into from

Commits on Apr 22, 2014

  1. Add virtualenv support to the bobthefish theme.

    If VIRTUAL_ENV envvar is set, then prefix the basename in blue to the start of the powerbar
    Also set the VIRTUAL_ENV_DISABLE_PROMPT envvar to stop virtualenv from adding its own prefix
    
    Currently an issue when entering a virtualenv, because the fish script to enter a virtualenv returns non-zero exit status when VIRTUAL_ENV_DISABLE_PROMPT is set, but this is a minor issue that can be solved by virtualenv patch.
    Steve Stagg committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    ca58fc1 View commit details
    Browse the repository at this point in the history
  2. Fix the spacing on the virtualenv powerbar element

    Added a trailing space to even up the output
    Steve Stagg committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    6c4af56 View commit details
    Browse the repository at this point in the history