commit 0780af9125d8766929101a9775cb7c5f843b89e9 parent 9f4cc23022fee889a1c07e5c17b548376dcf5c82 Author: William Casarin <jb55@jb55.com> Date: Mon, 8 Jan 2024 14:29:26 -0800 envrc: add PWD to path so that running ndb isn't as annoying Diffstat:
M | .envrc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.envrc b/.envrc @@ -2,5 +2,6 @@ use nix export TODO_FILE=TODO export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245 +export PATH=$PWD:$PATH todo.sh ls || :