From e98e6bdf644fbb30bfcfcebd95b27f1ceee6dd1f Mon Sep 17 00:00:00 2001 From: Honza Pokorny Date: Sat, 7 Jan 2017 08:43:09 -0400 Subject: Add doc string to 'shell' config option --- src/config.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.rs') 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, + /// Path to a shell program to ru on startup shell: Option, /// Path where config was loaded from -- cgit