Update pythonista.fish: make virtualenv aware that prompt is set

Closes #1823, closes #1795.

Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
This commit is contained in:
volnt 2014-11-23 15:47:25 +01:00 committed by David Adam
parent b9ff17f33c
commit 390fe05a87

View file

@ -7,6 +7,7 @@ set yellow (set_color yellow)
set green (set_color green)
set gray (set_color -o black)
set -g VIRTUAL_ENV_DISABLE_PROMPT true
function fish_prompt
set_color yellow