]> git.wh0rd.org - home.git/blame - .profile.d/locale.sh
import vapier
[home.git] / .profile.d / locale.sh
CommitLineData
1afdf944
MF
1case ${TERM} in
2 Eterm) LANG="en_US";;
3 *) LANG="en_US.UTF8";;
4esac
5export LANG