The following loads a file whenever #Babashka is loaded, I've put it in my .envrc #Direnv

That lets me run the #Calva repl without modifying any #VSCode gubbins

export BABASHKA_PRELOADS='(load-file "init.clj")'