aboutsummaryrefslogtreecommitdiff
path: root/alacritty_windows.yml
diff options
context:
space:
mode:
authorJason Shirk <jason@truewheels.net>2019-01-02 13:40:32 -0800
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-02 21:40:32 +0000
commit2e968ae0add24519237b24a1ce8ed0d79f13e749 (patch)
tree09bdff0dcdcf47a1351d7e5791167cee9d61d986 /alacritty_windows.yml
parent9133f4d3272a2795c20936c83cada2c15f599d06 (diff)
downloadalacritty-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.yml9
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
#