diff options
author | Jason Shirk <jason@truewheels.net> | 2019-01-02 13:40:32 -0800 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-02 21:40:32 +0000 |
commit | 2e968ae0add24519237b24a1ce8ed0d79f13e749 (patch) | |
tree | 09bdff0dcdcf47a1351d7e5791167cee9d61d986 /alacritty_windows.yml | |
parent | 9133f4d3272a2795c20936c83cada2c15f599d06 (diff) | |
download | alacritty-2e968ae0add24519237b24a1ce8ed0d79f13e749.tar.gz alacritty-2e968ae0add24519237b24a1ce8ed0d79f13e749.zip |
Change default Windows shell to PowerShell
Update the Windows shell settings and comments so they look familiar to
Windows users, but comment out the shell settings for consistency with
Linux and Mac.
Stop checking COMSPEC when the configuration file does not specify which
shell to use, and just default to PowerShell.
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 # |