summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJakub Žádník <kubouch@gmail.com>2023-01-13 19:50:03 +0200
committerGitHub <noreply@github.com>2023-01-13 09:50:03 -0800
commitf355ddb90153652fa7952e643eeb8b1a3b7c2e62 (patch)
treeea6a127dffbbab3e62b110cda2ed8c32783ee52c /docs
parentbeb7d66b5575f75d4b660d90ad75c3a56deb8a20 (diff)
downloadvirtualenv-f355ddb90153652fa7952e643eeb8b1a3b7c2e62.tar.gz
Fix wrong prompt in Nushell activation script (#2481)
Fixes https://github.com/pypa/virtualenv/issues/2480
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2481.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/2481.bugfix.rst b/docs/changelog/2481.bugfix.rst
new file mode 100644
index 0000000..d8487b2
--- /dev/null
+++ b/docs/changelog/2481.bugfix.rst
@@ -0,0 +1 @@
+Fix broken prompt in Nushell when activating virtual environment.