add bypass for worktrees

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-01-02 01:31:35 -06:00
parent ad781212cb
commit 753dccfa50
2 changed files with 5 additions and 1 deletions

2
.envrc
View file

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
source .env.local
use flake use flake

View file

@ -236,7 +236,9 @@
]; ];
shellHook = '' shellHook = ''
mod_worktrees if [ -z "''${SKIP_MOD_WORKTREES}" ]; then
mod_worktrees
fi
''; '';
}; };
} }