TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Direnv(1) - Unclutter your .profile

3 pointsby telemachosover 13 years ago

1 comment

jnazarioover 13 years ago
neat, i had an idea along those lines recently but never bothered to implement it. basically directory-aware environmental bits.<p>in short i got sick of django's use of env vars for key features, and wanted to have those set only when i'm in the project dirs. that's how the idea came to me.<p>it looks like direnv would enable that solution and a lot more.