fix: set language env only when getting output

This commit is contained in:
iff 2023-08-06 11:10:50 +02:00
parent bc27f1e882
commit 10a23a7e09
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,6 @@ mod style;
mod suggestions;
fn main() {
std::env::set_var("LC_ALL", "C");
args::handle_args();
let shell = std::env::var("_PR_SHELL").expect(