1 parent 448c734 commit 642ba5eCopy full SHA for 642ba5e
1 file changed
src/shell.rs
@@ -25,7 +25,7 @@ pub enum SupportedShell {
25
Bash,
26
#[value(aliases(["fish.exe"]))]
27
Fish,
28
- #[value(aliases(["pwsh", "pwsh.exe"]))]
+ #[value(aliases(["pwsh", "pwsh.exe", "powershell", "powershell.exe"]))]
29
Powershell,
30
#[value(aliases(["zsh.exe"]))]
31
Zsh,
0 commit comments