- Use Multiple Claude Code Accounts with CLAUDE_CONFIG_DIR· 6 min read
Use CLAUDE_CONFIG_DIR to run multiple Claude Code accounts with separate logins, hooks, skills, MCP servers, and CLAUDE.md files without touching ~/.claude.
- How to Make the z Alias Work in Non-Interactive Bash Shells· 3 min read
The z alias from zoxide doesnt work in non-interactive bash shells like cron jobs or tool subshells. Heres how to fix it with BASH_ENV.
- Resolve 'ERROR System Limit for Number of File Watchers Reached' Issue· 6 min read
Fix ENOSPC file watcher limit error on Linux when running Next.js, Vite, or Jest with practical commands and checks.