mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
fix(shell): add match arm for Nushell's binary name
This commit is contained in:
parent
feafd9b7aa
commit
624c485d68
@ -66,6 +66,7 @@ impl Shell {
|
|||||||
Shell::Fish => "fish",
|
Shell::Fish => "fish",
|
||||||
Shell::PowerShell => "powershell",
|
Shell::PowerShell => "powershell",
|
||||||
Shell::Cmd => "cmd",
|
Shell::Cmd => "cmd",
|
||||||
|
Shell::Nu => "nu",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user