1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-07-31 22:03:40 -04:00

Add doc string to 'shell' config option

This commit is contained in:
Honza Pokorny 2017-01-07 08:43:09 -04:00
parent ea44427be3
commit e98e6bdf64

View file

@ -196,6 +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
shell: Option<PathBuf>, shell: Option<PathBuf>,
/// Path where config was loaded from /// Path where config was loaded from