diff options
Diffstat (limited to 'alacritty_windows.yml')
-rw-r--r-- | alacritty_windows.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/alacritty_windows.yml b/alacritty_windows.yml index ba764dfc..cdca685e 100644 --- a/alacritty_windows.yml +++ b/alacritty_windows.yml @@ -276,12 +276,11 @@ live_config_reload: true # Shell # -# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`. +# You can set `shell.program` to the path of your favorite shell, e.g. `cmd`. # Entries in `shell.args` are passed unmodified as arguments to the shell. -shell: - program: cmd - #args: - # - --login +#shell: +# program: powershell +# args: [] # Windows 10 ConPTY backend # |