diff -r 37bacf3fa1f5 Lib/venv/scripts/posix/activate.fish --- a/Lib/venv/scripts/posix/activate.fish Thu Feb 11 10:26:27 2016 -0500 +++ b/Lib/venv/scripts/posix/activate.fish Fri Feb 12 08:02:38 2016 -0500 @@ -55,8 +55,8 @@ # with the original prompt function renamed, we can override with our own. function fish_prompt # Prompt override? - if test -n "__VENV_PROMPT__" - printf "%s%s%s" "__VENV_PROMPT__" (set_color normal) (_old_fish_prompt) + if test -n "$__VENV_PROMPT__" + printf "%s%s%s" "$__VENV_PROMPT__" (set_color normal) (_old_fish_prompt) return end # ...Otherwise, prepend env