summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.envrc b/.envrc
index dca006f..1d0ec77 100644
--- a/.envrc
+++ b/.envrc
@@ -1,16 +1,9 @@
PATH_add $PWD
export BIZ_ROOT=$PWD
-export HERO_PORT=3000
-export HERO_NODE=$BIZ_ROOT/_bild/Hero.Node/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