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

5 lines
65 B
Bash
Raw Normal View History

2019-07-24 08:54:06 +00:00
#!/bin/sh
export LC_ALL="en_US.utf-8"
2019-07-24 05:33:28 +00:00
export LANG="en_US.utf-8"