Skip to content

Commit e8b375c

Browse files
committed
Remove alternate prompt function name
1 parent 6db8fb1 commit e8b375c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenv_embedded/activate.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if set -q PYTHONHOME
4545
set -e PYTHONHOME
4646
end
4747

48-
if test \( -z $VIRTUALENV_DISABLE_PROMPT \) -o \( -z $VIRTUAL_ENV_DISABLE_PROMPT \)
48+
if test \( -z $VIRTUAL_ENV_DISABLE_PROMPT \)
4949
# Copy the current `fish_prompt` function as `_old_fish_prompt`.
5050
functions -c fish_prompt _old_fish_prompt
5151

0 commit comments

Comments
 (0)