Skip to content

Commit 86e3119

Browse files
committed
shell: Add powershell alternative names
1 parent 49fe9bb commit 86e3119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum SupportedShell {
2525
Bash,
2626
#[value(aliases(["fish.exe"]))]
2727
Fish,
28-
#[value(aliases(["pwsh", "pwsh.exe"]))]
28+
#[value(aliases(["pwsh", "pwsh.exe", "powershell", "powershell.exe"]))]
2929
Powershell,
3030
#[value(aliases(["zsh.exe"]))]
3131
Zsh,

0 commit comments

Comments
 (0)