dotfiles/.config/shell/rc.d/set-locale-to-us-utf8.sh

3 lines
54 B
Bash
Raw Normal View History

export LC_ALL="en_US.utf-8"
2019-07-24 05:33:28 +00:00
export LANG="en_US.utf-8"