From cad443f61423ae79a18ed5a877d90142ce72677d Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 8 Nov 2023 12:55:38 -0600 Subject: [PATCH] home | bashrc - comment TZ info --- home/files/bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/files/bash/bashrc b/home/files/bash/bashrc index c93b54a..0883cd2 100755 --- a/home/files/bash/bashrc +++ b/home/files/bash/bashrc @@ -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