diff options
author | Ryan Kavanagh <rak@rak.ac> | 2022-04-07 08:11:01 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2022-04-07 08:11:51 -0400 |
commit | 74e4d29d4c24e6b6a0f51d8e27af668f51571263 (patch) | |
tree | 6c6ad0784fd807266318b16a8c492591ab109f61 | |
parent | wpa_supplicant.conf (diff) |
Set LC_TIME properly for openbsd
-rw-r--r-- | executable_dot_xinitrc.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executable_dot_xinitrc.tmpl b/executable_dot_xinitrc.tmpl index 27e07a0..18b000e 100644 --- a/executable_dot_xinitrc.tmpl +++ b/executable_dot_xinitrc.tmpl @@ -24,7 +24,7 @@ case `uname` in OpenBSD) export LANG="{{ .locale }}" - export LC_time="en_GB.UTF-8" + export LC_TIME="en_GB.UTF-8" export LC_COLLATE=C [ -d /usr/local/share/fonts/spleen ] && xset +fp /usr/local/share/fonts/spleen/ redshift & |