Skip to content

direnv integration

Copy page

If your project uses direnv for environment management, you can configure workmux to automatically set it up in new worktrees:

.workmux.yaml
post_create:
- direnv allow
files:
symlink:
- .envrc

See also Using direnv for port isolation in monorepos.