home | bashrc - comment TZ info

This commit is contained in:
Don Harper 2023-11-08 12:55:38 -06:00
parent 85bca1bd3e
commit cad443f614

View file

@ -27,8 +27,8 @@ export NONE GREEN YELLOW RED
PATH="/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/don/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/bin:${HOME}/go/bin"
export PATH
export GOPATH="${HOME}/go"
export TZ="America/Chicago"
export TZDIR="/etc/zoneinfo"
#export TZ="America/Chicago"
#export TZDIR="/etc/zoneinfo"
if [ -f ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh ]
then