blob: 346588dad2604727e53fb9c8f7d88596a7faa014 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PATH_add $PWD
export BIZ_ROOT=$PWD
export HERO_PORT=3000
export HERO_BEAM=$BIZ_ROOT/_bild/Hero.Client/static
export HERO_KEEP=$BIZ_ROOT/_keep
export HERO_SKEY=$BIZ_ROOT/_skey
export GUILE_LOAD_PATH=$PWD
export EDITOR=vim
if type lorri &>/dev/null
then
eval "$(lorri direnv)"
else
use nix
fi
|