From bd2b435e7cd782cacfc4c74af3573de7a1791c8e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 17:11:19 +0200 Subject: chore: Initial Commit --- .envrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .envrc (limited to '.envrc') diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..c8c5665 --- /dev/null +++ b/.envrc @@ -0,0 +1,11 @@ +use flake || use nix +watch_file flake.nix + +PATH_add ./target/debug +PATH_add ./target/release +PATH_add ./scripts + +if on_git_branch; then + echo && git status --short --branch && + echo && git fetch --verbose +fi -- cgit 1.4.1