From e2561ac51b23da05dda353e9e4c415fe28c2eb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Thu, 23 Feb 2023 11:14:46 +0100 Subject: profile locale fiox --- root/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/.profile b/root/.profile index 9779160..590eeee 100644 --- a/root/.profile +++ b/root/.profile @@ -68,8 +68,8 @@ alias egrep='egrep --color=auto' fi [ -f ~/.bash_aliases ] && . ~/.bash_aliases [ -f ~/.private_source ] && . ~/.private_source -. <(locale) +[ -f /etc/bash_completion ] && . /etc/bash_completion for l in `locale` do - export `cut -d= -f1 <<<$l` + export `cut -d= -f1 <<<$l`=sl_SI.utf8 done -- cgit v1.2.3