profile.d/etc/profile.d/z-time_style.sh
Doncho N. Gunchev dbc138e82e
Some checks failed
Makefile CI / build (push) Has been cancelled
Added AGENTS.md and .editorconfig
2025-11-28 22:06:29 +02:00

7 lines
152 B
Bash

if [ "${BASH_SOURCE-}" = "$0" ]; then
echo -e "You must source this script:\n\tsource $0" >&2
exit 33
fi
TIME_STYLE=long-iso
export TIME_STYLE