about summary refs log tree commit diff stats
path: root/profile/locale.sh
diff options
context:
space:
mode:
authorCase Duckworth2023-01-30 17:33:06 -0600
committerCase Duckworth2023-01-30 17:33:06 -0600
commit1d562af8927d932bc3329de3b06c94a966047238 (patch)
treeacb2c460fbb8d01473f38f4de426c4879c7ae11a /profile/locale.sh
parentDeclare mode (diff)
downloadetc-1d562af8927d932bc3329de3b06c94a966047238.tar.gz
etc-1d562af8927d932bc3329de3b06c94a966047238.zip
Add a bunch of stuff
Forgot I had to `git add -f' these!
Diffstat (limited to 'profile/locale.sh')
-rw-r--r--profile/locale.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/profile/locale.sh b/profile/locale.sh new file mode 100644 index 0000000..5eca844 --- /dev/null +++ b/profile/locale.sh
@@ -0,0 +1,6 @@
1### locale settings
2
3## ensure UTF-8
4# this is an area that needs more research.
5# maybe just LC_ALL will work.
6LC_CTYPE=en_US.UTF-8