From 3f03c645dcb7f06e8e237fb363477d23a433ea6f Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Sat, 2 Apr 2022 19:01:51 -0500 Subject: [PATCH] build(direnv): adding the 'scripts' folder into the PATH --- .envrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.envrc b/.envrc index 3550a30..1b5f158 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,5 @@ +# Insert our scripts into the path. +export PATH=$PWD/scripts:$PATH + +# Nix flakes are awesome. use flake