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