summaryrefslogtreecommitdiff
path: root/.envrc
blob: 718fff634809015bdcd00632689821e00c7c9c09 (plain)
1
2
3
4
5
6
7
8
9
10
PATH_add $PWD
export BIZ_ROOT=$PWD
export HERO_PORT=3000
export HERO_CLIENT=$BIZ_ROOT/_bild/Hero.Client/static
if type lorri &>/dev/null
then
    eval "$(lorri direnv)"
else
    use nix
fi