aboutsummaryrefslogtreecommitdiff
path: root/dot_config/environment.d/03_locale.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/environment.d/03_locale.conf.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/environment.d/03_locale.conf.tmpl b/dot_config/environment.d/03_locale.conf.tmpl
new file mode 100644
index 0000000..86380d3
--- /dev/null
+++ b/dot_config/environment.d/03_locale.conf.tmpl
@@ -0,0 +1,6 @@
+LANG="{{ .locale_base}}.UTF-8"
+LC_TIME="en_GB.UTF-8"
+# force strict lexicographic sorting
+LC_COLLATE=C
+
+# vim: set ft=sh: