Hacker News new | ask | show | jobs
by ruined 979 days ago
that conditional include is nice, didn't know about that.

i've been using direnv to set env vars, but i'll probably switch to the conditional include.

1 comments

I find the usage of the .envrc files better because it allows for more than just git config. I use it for loading all manner of org-specific information. I'm sure there's a way to configure the ssh keys using this approach as well, but I've yet to take the time to figure it out.