Skip to content

Commit

Permalink
Honour working dir on linux (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr authored and jwilm committed Jan 6, 2018
1 parent c44f56e commit b600e40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Expand Up @@ -30,7 +30,6 @@ extern crate log;

use std::error::Error;
use std::sync::Arc;
use std::env;

use alacritty::cli;
use alacritty::config::{self, Config};
Expand All @@ -50,8 +49,6 @@ fn main() {
let options = cli::Options::load();
let config = load_config(&options);

// Switch to home directory
env::set_current_dir(env::home_dir().unwrap()).unwrap();
#[cfg(target_os = "macos")]
locale::set_locale_environment();

Expand Down

0 comments on commit b600e40

Please sign in to comment.