diff --git a/roles/home-cli/files/bash_profile b/roles/home-cli/files/bash_profile index 4cd44c2..1694a72 100644 --- a/roles/home-cli/files/bash_profile +++ b/roles/home-cli/files/bash_profile @@ -188,6 +188,7 @@ alias ytmp3="youtube-dl -q -x --audio-format=mp3" alias zlu="zypper list-updates" # Language aliases. +## Fedora/RHEL/CentOS: dnf install glibc-langpack-{en,fr} alias en="LANG=en_GB.UTF-8" alias fr="LANG=fr_FR.UTF-8"