summaryrefslogtreecommitdiffstats
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-10-07 18:40:58 +0000
committerGitHub <noreply@github.com>2018-10-07 18:40:58 +0000
commit36920fb07184df5962b017d63b8b97cbdc25dcbe (patch)
treeeed803ea9f18b5074b4f8512af6ec4886cd3e365 /alacritty_macos.yml
parent44909bae69741f01c0aa354c03dac3f4b358c264 (diff)
Fix invalid default config
Serde has problems deserializing yaml files which contain sections without any values. Since the `TERM` setting has been removed recently, the `env` section was completely empty leading to deserialization errors. To resolve this the `env` section has been commented-out by default, if the user wants to set a variable, it is now necessary to uncomment that section. Some minor tweaks have also been made to the existing `TERM` comments, to clearly indicate these are value examples instead of comments.
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index 25151d39..1feffbd1 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -3,7 +3,7 @@
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
-env:
+#env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
@@ -11,7 +11,7 @@ env:
# check the local terminfo database and use 'alacritty' if it is
# available, otherwise 'xterm-256color' is used.
#
- # TERM: xterm-256color
+ #TERM: xterm-256color
window:
# Window dimensions (changes require restart)