Add Nushell support to venv activation

This commit is contained in:
Joseph T. Lyons 2023-10-01 23:38:30 -04:00
parent f011a3df52
commit e5e63ed201
3 changed files with 3 additions and 1 deletions

View file

@ -69,6 +69,7 @@ pub enum ActivateScript {
Default,
Csh,
Fish,
Nushell,
}
#[derive(Clone, Debug, Default, Serialize, Deserialize, JsonSchema)]