summaryrefslogtreecommitdiff
path: root/.config/login.d/01_locale.sh
blob: 2e4f3c4767fbd507d60f8223250a06d0e47cfd38 (plain)
1
2
3
if { [[ $LANG = C ]] || [[ -z $LANG ]]; } && grep '^en_US.UTF-8\s' /etc/locale.gen &>/dev/null; then
	export LANG=en_US.UTF-8
fi