summaryrefslogtreecommitdiff
path: root/dotfiles/profile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-23 10:04:30 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-23 10:04:30 +0100
commitf3976afcfb00128f1face5cd0a4c763232bebd52 (patch)
tree35578a6e621e5f4f24358719077b16798ad0d6e7 /dotfiles/profile
parent1674de62cfc06027d7bc02057ff69b9e86082582 (diff)
profile: use LC_TIME=en_DK.UTF-8
Diffstat (limited to 'dotfiles/profile')
-rw-r--r--dotfiles/profile6
1 files changed, 5 insertions, 1 deletions
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/