diff options
-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 & |