mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Typo
This commit is contained in:
parent
7ed4f205ad
commit
962dd61348
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ pub struct Config {
|
||||||
#[serde(default="default_mouse_bindings")]
|
#[serde(default="default_mouse_bindings")]
|
||||||
mouse_bindings: Vec<MouseBinding>,
|
mouse_bindings: Vec<MouseBinding>,
|
||||||
|
|
||||||
/// Path to a shell program to ru on startup
|
/// Path to a shell program to run on startup
|
||||||
shell: Option<PathBuf>,
|
shell: Option<PathBuf>,
|
||||||
|
|
||||||
/// Path where config was loaded from
|
/// Path where config was loaded from
|
||||||
|
|
Loading…
Reference in a new issue