From b0d00c02fab95e42bb0fad8287a185bb07136d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 21 Feb 2023 12:56:30 +0100 Subject: correct locale actually export into env --- root/.profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root/.profile b/root/.profile index 1d87bc6..9779160 100644 --- a/root/.profile +++ b/root/.profile @@ -69,3 +69,7 @@ fi [ -f ~/.bash_aliases ] && . ~/.bash_aliases [ -f ~/.private_source ] && . ~/.private_source . <(locale) +for l in `locale` +do + export `cut -d= -f1 <<<$l` +done -- cgit v1.2.3