diff options
author | Alberto Corona <ac@albertocorona.com> | 2017-01-09 00:40:47 -0600 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-09 09:23:32 -0800 |
commit | c314fb25cd60eaecbab18474207dbc9e65dc8233 (patch) | |
tree | 81f03ee799f0321bcd4bb2e8ee98a5844e17c3c3 /README.md | |
parent | 929403386cd855a1715334db9c6c4cd1ae08f4a6 (diff) | |
download | alacritty-c314fb25cd60eaecbab18474207dbc9e65dc8233.tar.gz alacritty-c314fb25cd60eaecbab18474207dbc9e65dc8233.zip |
Add another optional config path `$HOME/.alacritty.yml`
- Added note about the default file created if no path is found
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -145,9 +145,11 @@ file as the following paths: 1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml` 2. `$XDG_CONFIG_HOME/alacritty.yml` 3. `$HOME/.config/alacritty/alacritty.yml` +4. `$HOME/.alacritty.yml` -If neither path 1 or 2 are found then `$HOME/.config/alacritty/alacritty.yml` -is created as or once alacritty is first run. +If neither of these paths are found then `$XDG_CONFIG_HOME/alacritty/alacritty.yml` +is created once alacritty is first run. On most systems this often defaults +to `$HOME/.config/alacritty/alacritty.yml`. Many configuration options will take effect immediately upon saving changes to the config file. The only exception is the `font` and `dpi` section which |