fn installed_config() -> Option<PathBuf>
Expand description

Get the location of the first found default config file paths according to the following order:

  1. $XDG_CONFIG_HOME/alacritty/alacritty.yml
  2. $XDG_CONFIG_HOME/alacritty.yml
  3. $HOME/.config/alacritty/alacritty.yml
  4. $HOME/.alacritty.yml