Add note about `VIRTUAL_ENV_DISABLE_PROMPT`

Fixes #5
pull/14/head
Justin Hileman 9 years ago
parent 2c915008cd
commit da9bf50279

@ -41,6 +41,7 @@ This theme is based loosely on [agnoster][agnoster].
* User@Host (unless you're the default user)
* Current RVM or rbenv (Ruby) version
* Current virtualenv (Python) version
* _If you use virtualenv, you will probably need to disable the default virtualenv prompt, since it doesn't play nice with fish: `set -x VIRTUAL_ENV_DISABLE_PROMPT 1`_
* Abbreviated parent directory
* Current directory, or Git or Mercurial project name
* Current project's repo branch ( master) or detached head (➦ d0dfd9b)

Loading…
Cancel
Save