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 ]