mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Prefer cmd over powershell for default terminal
This commit is contained in:
parent
3a9d06c745
commit
fe2334e936
1 changed files with 2 additions and 2 deletions
|
@ -712,9 +712,9 @@ public interface ExternalTerminalType extends PrefsChoiceValue {
|
|||
WEZ_WINDOWS,
|
||||
WINDOWS_TERMINAL_PREVIEW,
|
||||
WINDOWS_TERMINAL,
|
||||
CMD,
|
||||
PWSH,
|
||||
POWERSHELL,
|
||||
CMD);
|
||||
POWERSHELL);
|
||||
List<ExternalTerminalType> LINUX_TERMINALS = List.of(
|
||||
WEZ_LINUX,
|
||||
KONSOLE,
|
||||
|
|
Loading…
Reference in a new issue