From 0ad816bb2a1063c19a1323c038bd698ceb3afb4e Mon Sep 17 00:00:00 2001 From: rwxrob Date: Thu, 25 May 2023 13:02:44 -0400 Subject: [PATCH] Add powerzones stats and tz --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 40950fe..f9c565e 100644 --- a/.bashrc +++ b/.bashrc @@ -23,6 +23,10 @@ _source_if() { [[ -r "$1" ]] && source "$1"; } export LANG=en_US.UTF-8 # assuming apt install language-pack-en done export USER="${USER:-$(whoami)}" export GITUSER="$USER" +export FTP=242 +export WEIGHT=83.7 +export HEIGHT=174 +export TZ=America/New_York export REPOS="$HOME/Repos" export GHREPOS="$REPOS/github.com/$GITUSER" export DOTFILES="$GHREPOS/dot"