From 655c877c588ff6c88b360ce8e8b51e708d346bf2 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 10 Jun 2015 17:16:51 -0700 Subject: [PATCH] Prevent virtualenv from modifying fish shell --- assets/default/fish/custom/themes/thefij/fish_right_prompt.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/default/fish/custom/themes/thefij/fish_right_prompt.fish b/assets/default/fish/custom/themes/thefij/fish_right_prompt.fish index 76b22cd..362318f 100644 --- a/assets/default/fish/custom/themes/thefij/fish_right_prompt.fish +++ b/assets/default/fish/custom/themes/thefij/fish_right_prompt.fish @@ -6,6 +6,7 @@ # echo " [$org]" # end # +set -xg VIRTUAL_ENV_DISABLE_PROMPT 1 function _force_target if [ (git config force.use) ]