#direnv
2 posts tagged with #direnv
Every article below is hand-written, technically reviewed, and focused on direnv. Posts cover real-world architecture decisions, code-level implementation patterns, and trade-offs you'll only discover after shipping production systems.
Developer Tools Prevent API Key Leaks in Shell History (bash/zsh/fish) [2026]
A practical terminal hardening guide to prevent API key leaks in shell history, env vars, and dotfiles. Includes bash/zsh/fish configs, direnv/mise patterns, secret scanning, and a leak response runbook.
Developer Tools Reproducible Terminal Dev Environment: direnv + mise [2026]
A repo-first, cross-shell setup for a reproducible terminal dev environment using direnv + mise on macOS, Linux, and WSL—plus secrets patterns and troubleshooting.