1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
This commit is contained in:
Honza Pokorny 2017-01-07 13:07:06 -04:00
parent 7ed4f205ad
commit 962dd61348

View file

@ -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