Merge branch 'master' of ssh://git.joshuabell.xyz:3032/dotfiles

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-01-02 01:40:55 -06:00
commit 2b28ea0c6e
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
''; '';
}; };
} }