parent
fca7ce9a14
commit
b85492bd00
3 changed files with 118 additions and 2 deletions
|
@ -434,8 +434,10 @@ impl ShellBuilder {
|
|||
|
||||
// `alacritty_terminal` uses this as default on Windows. See:
|
||||
// https://github.com/alacritty/alacritty/blob/0d4ab7bca43213d96ddfe40048fc0f922543c6f8/alacritty_terminal/src/tty/windows/mod.rs#L130
|
||||
// We could use `util::retrieve_system_shell()` here, but we are running tasks here, so leave it to `powershell.exe`
|
||||
// should be okay.
|
||||
fn system_shell() -> String {
|
||||
"powershell".to_owned()
|
||||
"powershell.exe".to_string()
|
||||
}
|
||||
|
||||
fn to_windows_shell_variable(&self, input: String) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue