dotfiles/.env
Andrei Jiroh Halili 3d03a19d09
chore(global): update shellrcs and config
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
2024-08-13 09:06:17 +08:00

9 lines
407 B
Bash

# TODO: Hook things up with dotenvx later.
# https://packaging.ubuntu.com/html/getting-set-up.html#configure-your-shell
DEBFULLNAME="Andrei Jiroh Halili"
DEBEMAIL="releases@andreijiroh.xyz"
# Hardcode timezone to PHT unless otherwise specified in ~/.env.local.
# You might need tzdata installed on Alpine per https://wiki.alpinelinux.org/wiki/Setting_the_timezone
TZ=Asia/Manila
export DEBFULLNAME DEBMAIL