From 3d05da3c57d2eb929868bb2293eaf53f7d3b6b79 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 19 Sep 2022 13:14:30 +0100 Subject: [PATCH] Add C.UTF-8 locale alias --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index ae721a6..ec03ec9 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -203,6 +203,7 @@ alias zlu="zypper list-updates" # Language aliases. ## Fedora/RHEL/CentOS: dnf install glibc-langpack-{en,fr} +alias C="LANG=C.UTF-8" alias en="LANG=en_GB.UTF-8" alias fr="LANG=fr_FR.UTF-8"