Update shell.rs

It should remove the need to put a "-" in the middle of the name. It's a bit impractical.
This commit is contained in:
Alexis Opolka 2025-03-07 19:40:11 +01:00 committed by GitHub
parent 54b707c201
commit 684e450ef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ pub enum Shell {
Fish,
Elvish,
Nushell,
PowerShell,
Powershell,
}
#[derive(Error, Debug)]