diff --git a/workstation/claude-code-multi-account.md b/workstation/claude-code-multi-account.md index 1085d05..8e22a55 100644 --- a/workstation/claude-code-multi-account.md +++ b/workstation/claude-code-multi-account.md @@ -152,11 +152,13 @@ Both accounts can run simultaneously in separate terminal windows. ## Current Configuration on This Workstation +**Status: DISABLED** (as of 2026-04-06). The `.envrc` file is still in place but direnv has been denied (`direnv deny ~/work`). To re-enable: `direnv allow ~/work`. + | Location | Account | Purpose | |----------|---------|---------| | `~/.claude` | Primary (cal.corum@gmail.com) | All projects except ~/work | | `~/.claude-ac` | Alternate | ~/work projects | -| `~/work/.envrc` | — | direnv trigger for CLAUDE_CONFIG_DIR | +| `~/work/.envrc` | — | direnv trigger for CLAUDE_CONFIG_DIR (currently denied) | ## How It All Fits Together