mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Honour working dir on linux (#987)
This commit is contained in:
parent
c44f56e56e
commit
b600e40c8f
1 changed files with 0 additions and 3 deletions
|
@ -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};
|
||||
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue