From 04444db139cba4b95234e7653bc28318c4f8b729 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 2 Aug 2022 15:22:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebasics.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basics.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/basics.yml b/basics.yml index 8edc9de..eda544d 100644 --- a/basics.yml +++ b/basics.yml @@ -254,6 +254,7 @@ if [ -d /etc/linuxmint ] then grep -q /etc/profile.d/settings-from-ansible.sh ~/.bashrc || echo '. /etc/profile.d/settings-from-ansible.sh' >> ~/.bashrc + export LANG="de_DE.UTF-8" #for rc in ~/.bashrc /etc/skel/.bashrc #do # grep -q /etc/profile.d/settings-from-ansible.sh $rc || echo '. /etc/profile.d/settings-from-ansible.sh' >> $rc