diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index e72df15d..11adb396 100644 --- a/src/main.rs +++ b/src/main.rs @@ -116,6 +116,9 @@ fn run(mut config: Config, options: &cli::Options) -> Result<(), Box<Error>> { info!("Configuration loaded from {}", config_path.display()); }; + // Set environment variables + tty::setup_env(&config); + // Create a display. // // The display manages a window and can draw the terminal |