summaryrefslogtreecommitdiff
path: root/virtualenv_embedded
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2015-09-19 22:08:33 +1000
committerMatthew Iversen <teh.ivo@gmail.com>2015-09-19 22:08:33 +1000
commite8b375c2509d56bcbe94bd63fc631e42dd97275f (patch)
tree9746d16d6360221f1e6f2acc7d1dcb26d56fe7bf /virtualenv_embedded
parent6db8fb1104a7ee910d19191cabd86c292ce09cb6 (diff)
downloadvirtualenv-e8b375c2509d56bcbe94bd63fc631e42dd97275f.tar.gz
Remove alternate prompt function name
Diffstat (limited to 'virtualenv_embedded')
-rw-r--r--virtualenv_embedded/activate.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv_embedded/activate.fish b/virtualenv_embedded/activate.fish
index 763fb1f..02f821c 100644
--- a/virtualenv_embedded/activate.fish
+++ b/virtualenv_embedded/activate.fish
@@ -45,7 +45,7 @@ if set -q PYTHONHOME
set -e PYTHONHOME
end
-if test \( -z $VIRTUALENV_DISABLE_PROMPT \) -o \( -z $VIRTUAL_ENV_DISABLE_PROMPT \)
+if test \( -z $VIRTUAL_ENV_DISABLE_PROMPT \)
# Copy the current `fish_prompt` function as `_old_fish_prompt`.
functions -c fish_prompt _old_fish_prompt