266
Which one???
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I just link one to the other and make sure it's idempotent.
Easier said than done. Try echoing
$PATH
then runningzsh
then$PATH
again. It's likely gotten bigger lol. I don't think it's a real problem though.Yeah, I may have a larger $PATH than required.
It doesn't really matter tbh, you shouldn't be arbitrarily running a shell in a shell (apart from command substitutions).