diff options
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index a26455fb..3241b78b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -196,7 +196,7 @@ pub struct Config { #[serde(default="default_mouse_bindings")] mouse_bindings: Vec<MouseBinding>, - /// Path to a shell program to ru on startup + /// Path to a shell program to run on startup shell: Option<PathBuf>, /// Path where config was loaded from |