diff options
author | James Simpson <edenofest@gmail.com> | 2020-11-19 09:52:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 17:52:58 +0300 |
commit | c1f0e83cbbe03599f5828d421694399163f16076 (patch) | |
tree | af9f21a680a865120eab4b4ad9faaaf435977603 /alacritty.yml | |
parent | 18a226fe4562a9c80800a3adc23d77f452d1a635 (diff) | |
download | alacritty-c1f0e83cbbe03599f5828d421694399163f16076.tar.gz alacritty-c1f0e83cbbe03599f5828d421694399163f16076.zip |
Ignore nonexistent config imports instead of raising an error
Fixes: #4330.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index 2c96d23e..cdad3fe1 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -4,7 +4,7 @@ # # These configuration files will be loaded in order, replacing values in files # loaded earlier with those loaded later in the chain. The file itself will -# always be loaded last. +# always be loaded last. If an import path cannot be found it will be skipped. #import: # - /path/to/alacritty.yml |