build(direnv): adding the 'scripts' folder into the PATH

This commit is contained in:
Dylan R. E. Moonfire 2022-04-02 19:01:51 -05:00
parent 304e7f1f07
commit 3f03c645dc

4
.envrc
View file

@ -1 +1,5 @@
# Insert our scripts into the path.
export PATH=$PWD/scripts:$PATH
# Nix flakes are awesome.
use flake