We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c45e6 commit b2a2aa7Copy full SHA for b2a2aa7
Lib/venv/scripts/posix/activate.fish
@@ -55,8 +55,8 @@ if test -z "$VIRTUAL_ENV_DISABLE_PROMPT"
55
# with the original prompt function renamed, we can override with our own.
56
function fish_prompt
57
# Prompt override?
58
- if test -n "__VENV_PROMPT__"
59
- 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)
60
return
61
end
62
# ...Otherwise, prepend env
0 commit comments