summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/