Rename gb to en

This commit is contained in:
Anthony Rose 2024-03-04 20:44:37 +00:00
parent 672e92b583
commit 6451642c4e

View file

@ -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 ]