diff options
author | Honza Pokorny <me@honza.ca> | 2017-01-07 08:43:09 -0400 |
---|---|---|
committer | Honza Pokorny <me@honza.ca> | 2017-01-07 08:43:09 -0400 |
commit | e98e6bdf644fbb30bfcfcebd95b27f1ceee6dd1f (patch) | |
tree | 2b470a26e94a254eca82a325bfa354fadd56f7b3 | |
parent | ea44427be3af0b400e08f598f35ad48e73bc60a1 (diff) | |
download | alacritty-e98e6bdf644fbb30bfcfcebd95b27f1ceee6dd1f.tar.gz alacritty-e98e6bdf644fbb30bfcfcebd95b27f1ceee6dd1f.zip |
Add doc string to 'shell' config option
-rw-r--r-- | src/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs index 188042ed..eca151da 100644 --- a/src/config.rs +++ b/src/config.rs @@ -196,6 +196,7 @@ pub struct Config { #[serde(default="default_mouse_bindings")] mouse_bindings: Vec<MouseBinding>, + /// Path to a shell program to ru on startup shell: Option<PathBuf>, /// Path where config was loaded from |