From 6451642c4eef6a56bf2a0d21e70d190077bbf1fe Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 4 Mar 2024 20:44:37 +0000 Subject: [PATCH] Rename gb to en --- roles/home-cli/files/profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index c3921ca..d06cd9c 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -273,8 +273,7 @@ alias zlu="zypper list-updates" ## Fedora/RHEL/CentOS: dnf install glibc-langpack-{en,fr} alias C="LANG=C.UTF-8" alias fr="LANG=fr_FR.UTF-8" -alias gb="LANG=en_GB.UTF-8" -alias us="LANG=en_US.UTF-8" +alias en="LANG=en_GB.UTF-8" # Alias dig to drill if dig is not installed. if [ -x /usr/bin/drill ]