From 8e6f6d694b8c183efc64c2dd7becbd2195303fd9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 26 Jul 2022 09:19:54 -0400 Subject: Put _/bin on the PATH The motivation for this was to prevent `lint` from rebuilding every time I ran it. That was really annoying. --- .envrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 228ed82..cdcae62 100644 --- a/.envrc +++ b/.envrc @@ -10,9 +10,12 @@ # export BIZ_ROOT=$PWD # -# tools for editing go here +# scripts for editing go here PATH_add $BIZ_ROOT/Biz/Ide # +# bild outputs go here + PATH_add $BIZ_ROOT/_/bin +# # Biz/Dragons.hs: export GITHUB_CLIENT_ID=aa575dc96263bc99556d export GITHUB_CLIENT_STATE=$(cat /proc/sys/kernel/random/uuid) -- cgit v1.2.3