From 9d0e422d3fef6de87c1649d7158696dc58571f05 Mon Sep 17 00:00:00 2001 From: romir kulshrestha Date: Fri, 9 Feb 2024 06:19:06 +0100 Subject: [PATCH] fix fish prompt --- bin/pyenv-sh-activate | 9 ++++++++- bin/pyenv-sh-deactivate | 8 +++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/bin/pyenv-sh-activate b/bin/pyenv-sh-activate index d01d0f1..a28d26f 100755 --- a/bin/pyenv-sh-activate +++ b/bin/pyenv-sh-activate @@ -245,7 +245,14 @@ if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then case "${shell}" in fish ) if [ -z "${QUIET}" ]; then - echo "pyenv-virtualenv: prompt changing not working for fish." 1>&2 + cat <