Skip to content

Commit 642ba5e

Browse files
committed
shell: Add a few more powershell process aliases
Mostly to help autodetect work in older powershell when someone runs `csm init` with no args.
1 parent 448c734 commit 642ba5e

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)