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 /CHANGELOG.md | |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a93bf897..de808894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Windows configuration location has been moved from %USERPROFILE%\alacritty.yml to %APPDATA%\alacritty\alacritty.yml +- Windows default shell is now PowerShell instead of cmd ### Fixed |