mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-15 06:53:52 -05:00
prompt should be managed by users, not by tools
This commit is contained in:
@@ -161,7 +161,3 @@ EOS
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT}" ]; then
|
|
||||||
: # TODO: change prompt?
|
|
||||||
fi
|
|
||||||
|
|||||||
@@ -106,7 +106,3 @@ EOS
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT}" ]; then
|
|
||||||
: # TODO: change prompt?
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user