# source("renv/activate.R")
invisible(system("git config core.hooksPath git/hooks"))

if (file.exists("~/.Renviron"))
	readRenviron("~/.Renviron")

if (file.exists(".Renviron"))
	readRenviron(".Renviron")

if (file.exists("~/.Rprofile"))
	sys.source("~/.Rprofile", envir = globalenv())
