Hacker News new | ask | show | jobs
by lukasco 1 day ago
Can you be logged into two accounts at once? It's not the switching, but the different sessions on different accounts that I find myself doing.

As some have said, easy enough to build yourself, but I think it' nice not to have to test it and make sure it works.

2 comments

Yep, that’s supported. Switching only affects newly started Claude processes, so you can keep work open in one terminal and personal in another using claude account
Yes, you can, just need to set a separate config dir. I have the below in my zshrc.

alias claude-personal='CLAUDE_CONFIG_DIR=~/.claude-personal claude'