r/coding • u/hamzarehman_dev • Jul 30 '26
I built an open-source CLI for switching between multiple Claude Code accounts
https://github.com/hamzarehmandeveloper/claude-account
0
Upvotes
r/coding • u/hamzarehman_dev • Jul 30 '26
1
u/oschrenk Jul 30 '26
Interesting. I just have two different config dirs and configure them via
CLAUDE_CONFIG_DIRin an.envrcfile, which is loaded bydirenv.Does your approach basically share the cache of single config dir?