From 60e8a2c396af51bafc2856924d7d8892a87140aa Mon Sep 17 00:00:00 2001 From: "Harry S. Ryther" Date: Thu, 24 Jun 2021 07:33:27 +0200 Subject: [PATCH] setting PATH in rc.sh --- rc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rc.sh b/rc.sh index c59730d..aedf38f 100644 --- a/rc.sh +++ b/rc.sh @@ -1,3 +1,5 @@ # -export SITE=. +top=$(git rev-parse --show-toplevel) +export SITE=$top +export PATH=$top/bin:$PATH