We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cf32a commit 1105d93Copy full SHA for 1105d93
src/backend/alacritty.rs
@@ -92,7 +92,7 @@ impl Alacritty {
92
let base_confs: [String; 0] = [];
93
let pri_confs: [String; 3] = [
94
"$XDG_CONFIG_HOME/alacritty/alacritty.toml".to_string(),
95
- "$HOME/.config/alacritty/alacritty.tolm".to_string(),
+ "$HOME/.config/alacritty/alacritty.toml".to_string(),
96
"$XDG_CONFIG_DIRS/alacritty/alacritty.toml".to_string(),
97
];
98
let confs = super::find_term_conf_files(&base_confs, &pri_confs);
0 commit comments