Some updates to the environment

* direnv setup
* aoc script
* timer script
This commit is contained in:
2023-12-06 08:59:56 -06:00
parent 32b30b4174
commit 8f97185c39
7 changed files with 253 additions and 29 deletions

7
.envrc Normal file
View File

@@ -0,0 +1,7 @@
PATH_add sbin
export AOCROOT=`pwd`
export CURRDAY=`date +%d`
export CURRMONTH=`date +%m`
export CURRYEAR=`date +%Y`
export TODAYDIR="$AOCROOT/$CURRYEAR/day$CURRDAY"