direnv integration
Copy pageIf your project uses direnv for environment management, you can configure workmux to automatically set it up in new worktrees:
post_create: - direnv allow
files: symlink: - .envrcSee also Using direnv for port isolation in monorepos.