summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHonza Pokorny <me@honza.ca>2017-01-07 08:43:09 -0400
committerHonza Pokorny <me@honza.ca>2017-01-07 08:43:09 -0400
commite98e6bdf644fbb30bfcfcebd95b27f1ceee6dd1f (patch)
tree2b470a26e94a254eca82a325bfa354fadd56f7b3 /src
parentea44427be3af0b400e08f598f35ad48e73bc60a1 (diff)
Add doc string to 'shell' config option
Diffstat (limited to 'src')
-rw-r--r--src/config.rs1
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