diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ export NIX_PATH=$PWD/nix export BIZ_ROOT=$PWD export HERO_PORT=3000 export HERO_CLIENT=$BIZ_ROOT/_bild/Hero.Client/static +export HERO_DATA_DIR=$BIZ_ROOT/_keep export GUILE_LOAD_PATH=$PWD if type lorri &>/dev/null then |