Add language aliases

This commit is contained in:
Anthony Rose 2022-07-13 21:30:07 +01:00
parent fea3238a04
commit a972eb4831

View file

@ -118,6 +118,10 @@ alias wgr=wordgrinder
alias ytmp3="youtube-dl -q -x --audio-format=mp3"
alias zlu="zypper list-updates"
# Language aliases.
alias en="LANG=en_GB.UTF-8"
alias fr="LANG=fr_FR.UTF-8"
# Alias vi to vim if it is installed.
if [ -x /usr/bin/vim ]
then