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:
parent
ea44427be3
commit
e98e6bdf64
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue