From 390fe05a870a34f50de68b54f30dceb42a1c6067 Mon Sep 17 00:00:00 2001 From: volnt Date: Sun, 23 Nov 2014 15:47:25 +0100 Subject: Update pythonista.fish: make virtualenv aware that prompt is set Closes #1823, closes #1795. Signed-off-by: David Adam --- share/tools/web_config/sample_prompts/pythonista.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'share/tools') diff --git a/share/tools/web_config/sample_prompts/pythonista.fish b/share/tools/web_config/sample_prompts/pythonista.fish index 5c98e56b..63a7ced7 100644 --- a/share/tools/web_config/sample_prompts/pythonista.fish +++ b/share/tools/web_config/sample_prompts/pythonista.fish @@ -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 -- cgit v1.2.3