Function alacritty::config::installed_config
source · pub fn installed_config(suffix: &str) -> Option<PathBuf>
Expand description
Get the location of the first found default config file paths according to the following order:
- $XDG_CONFIG_HOME/alacritty/alacritty.toml
- $XDG_CONFIG_HOME/alacritty.toml
- $HOME/.config/alacritty/alacritty.toml
- $HOME/.alacritty.toml