From 88d902370993121a4b015ad189cda93698ee9680 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 26 Mar 2024 03:36:13 +0100 Subject: [PATCH] moar lang env --- .profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 1461be6..91f481d 100644 --- a/.profile +++ b/.profile @@ -1,6 +1,8 @@ # ~/.profile: executed by Bourne-compatible login shells. -export LC_ALL=en_US.UTF-8 +export LC_ALL=C +export LANG=C +export LANGUAGE=C export EDITOR=vim export VISUAL=vim