Use 24h clock like a civilized person

This commit is contained in:
David Heinemeier Hansson
2025-06-07 09:55:03 +02:00
parent 9ef42841a6
commit a5767e5828

View File

@ -1,3 +1,4 @@
# Editor used by CLI # Editor used by CLI
export EDITOR="nvim" export EDITOR="nvim"
export SUDO_EDITOR="$EDITOR" export SUDO_EDITOR="$EDITOR"
export LC_TIME=en_DK.UTF-8