summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-28 15:09:56 -0700
committerBen Sima <ben@bsima.me>2020-04-28 15:09:56 -0700
commitddf0ad355e05112df8c799fe092ee73c0889da80 (patch)
treecdb74aefc6cb7484e2f96ff072413db26e079bde
parentb9e4cfe80c513d9c3b730dc2b46b44baed06acc4 (diff)
Add guile load path back
This works, I tested it.
-rw-r--r--.envrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 718fff6..9950962 100644
--- a/.envrc
+++ b/.envrc
@@ -2,6 +2,7 @@ PATH_add $PWD
export BIZ_ROOT=$PWD
export HERO_PORT=3000
export HERO_CLIENT=$BIZ_ROOT/_bild/Hero.Client/static
+export GUILE_LOAD_PATH=$PWD
if type lorri &>/dev/null
then
eval "$(lorri direnv)"