summaryrefslogtreecommitdiffstats
path: root/Lib/venv/scripts/posix/activate.csh
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/venv/scripts/posix/activate.csh')
-rw-r--r--Lib/venv/scripts/posix/activate.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/venv/scripts/posix/activate.csh b/Lib/venv/scripts/posix/activate.csh
index 9caf138..c707f19 100644
--- a/Lib/venv/scripts/posix/activate.csh
+++ b/Lib/venv/scripts/posix/activate.csh
@@ -19,7 +19,7 @@ setenv VIRTUAL_ENV_PROMPT "__VENV_PROMPT__"
set _OLD_VIRTUAL_PROMPT="$prompt"
if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then
- set prompt = "__VENV_PROMPT__$prompt"
+ set prompt = "(__VENV_PROMPT__) $prompt"
endif
alias pydoc python -m pydoc