General housekeeping tasks

This commit is contained in:
Gal Szkolnik 2022-07-25 11:21:39 -04:00
parent d1fe086f7c
commit 9f1181ae02
6 changed files with 114 additions and 46 deletions

View file

@ -0,0 +1,4 @@
if [[ -n "$(type -fP direnv)" ]]; then
source <( direnv hook bash )
source <( direnv stdlib )
fi