Add Nushell support to venv activation
This commit is contained in:
parent
f011a3df52
commit
e5e63ed201
3 changed files with 3 additions and 1 deletions
|
@ -69,6 +69,7 @@ pub enum ActivateScript {
|
|||
Default,
|
||||
Csh,
|
||||
Fish,
|
||||
Nushell,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, Serialize, Deserialize, JsonSchema)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue