Skip to content

Comment on Ask HN: Shell config is crazy complicated. Any solutions?

Comments

It's not really out of control or complicated at all.

Then every dev tool pastes some config into some of these config files.

This is why you see it to be complicated. Don't do this. The only thing you should really ever be editing is $PATH, and even then I'd argue not to. Do something else. Use direnv, source .env files, write wrapper scripts.

I don't put arbitrary shit into shell profiles or shell rc files, you're just asking for pain.

You should understand what you're doing before pasting arbitrary bits into these files.

Same. I usually keep an "env.sh" or similar inside each project directory and source that manually. I don't want a bunch of crap in my default shell environment.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.