diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,16 +13,16 @@ # it will refresh use nix # - export BIZ_ROOT=$PWD + export CODEROOT=$PWD # # scripts for editing go here - PATH_add $BIZ_ROOT/Biz/Ide + PATH_add $CODEROOT/Biz/Ide # # executable bild outputs go here - PATH_add $BIZ_ROOT/_/bin + PATH_add $CODEROOT/_/bin # # library/linkable bild outputs go here - export LTDL_LIBRARY_PATH=$BIZ_ROOT/_/lib + export LTDL_LIBRARY_PATH=$CODEROOT/_/lib # # Biz/Dragons.hs: export GITHUB_CLIENT_ID=aa575dc96263bc99556d @@ -36,7 +36,7 @@ fi # # configure git hooks - git config --local core.hooksPath "$BIZ_ROOT/Biz/Ide/hooks" + git config --local core.hooksPath "$CODEROOT/Biz/Ide/hooks" # # load local settings . ./.envrc.local |