mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #5470 from efugier/feat/shells/support-for-nushell
feat(shells): support nushell
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Find nushell activate scripts.
|
||||
@@ -44,6 +44,9 @@ def _get_activate_script(cmd, venv):
|
||||
elif "csh" in cmd:
|
||||
suffix = ".csh"
|
||||
command = "source"
|
||||
elif "nu" in cmd:
|
||||
suffix = ".nu"
|
||||
command = "source"
|
||||
else:
|
||||
suffix = ""
|
||||
command = "."
|
||||
|
||||
Reference in New Issue
Block a user