mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-10 00:59:38 +00:00
9 lines
407 B
Bash
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
|