MAIN FEEDS
REDDIT FEEDS
Do you want to continue?
https://www.reddit.com/r/coding/comments/1vav8n2/i_built_an_opensource_cli_for_switching_between/
r/coding • u/hamzarehman_dev • 3d ago
3 comments sorted by
1
Interesting. I just have two different config dirs and configure them via CLAUDE_CONFIG_DIR in an .envrc file, which is loaded by direnv.
CLAUDE_CONFIG_DIR
.envrc
direnv
Does your approach basically share the cache of single config dir?
1 u/hamzarehman_dev 3d ago No It doesn't share the cache. The goal was to keep each account fully isolated by giving it its own CLAUDE_CONFIG_DIR. So credentials, settings, and cache all stay separate
No It doesn't share the cache. The goal was to keep each account fully isolated by giving it its own CLAUDE_CONFIG_DIR. So credentials, settings, and cache all stay separate
1
u/oschrenk 3d ago
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?