summaryrefslogtreecommitdiff
path: root/.envrc
blob: 6934f24a710ce29658a147a73e88517735a377bb (plain)
1
2
3
4
5
6
7
8
PATH_add $PWD
export BIZ_ROOT=$PWD
if type lorri &>/dev/null
then
    eval "$(lorri direnv)"
else
    use nix
fi