From f3976afcfb00128f1face5cd0a4c763232bebd52 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 23 Feb 2021 10:04:30 +0100 Subject: profile: use LC_TIME=en_DK.UTF-8 --- dotfiles/profile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dotfiles/profile') diff --git a/dotfiles/profile b/dotfiles/profile index 3be0749..68824fb 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -1,12 +1,16 @@ # environment +# ISO8601 date format and 24-hour clock +export LC_TIME=en_DK.UTF-8 + ## prevent python from crapping all over the filesystem export PYTHONDONTWRITEBYTECODE=1 ## put XDG_RUNTIME_DIR crap under .cache ## not the optimal solution, but should be ## good enough in practice -## TODO: maybe look into setting up something ## better, perhaps with pam +## TODO: maybe look into setting up something +## better, perhaps with pam ## auto-creating and cleaning a per-boot dir export XDG_RUNTIME_DIR=${HOME}/.cache/ -- cgit v1.2.3