JackbyDev to Programmer [email protected]English • edit-28 months agoWhich one???programming.devimagemessage-square55fedilinkarrow-up1277arrow-down14file-text
arrow-up1273arrow-down1imageWhich one???programming.devJackbyDev to Programmer [email protected]English • edit-28 months agomessage-square55fedilinkfile-text
Fuck it, .zshrc it is. Image transcription: Top text: I STILL DON’T KNOW WHAT SHOULD GO IN .*RC VERSUS .*PROFILE Bottom text: AND AT THIS POINT I’M AFRAID TO ASK
minus-square@[email protected]linkfedilink0•8 months agoI just link one to the other and make sure it’s idempotent.
minus-squareJackbyDevOPlinkfedilinkEnglish2•8 months agoEasier said than done. Try echoing $PATH then running zsh then $PATH again. It’s likely gotten bigger lol. I don’t think it’s a real problem though.
minus-square@[email protected]linkfedilink1•8 months agoYeah, I may have a larger $PATH than required.
minus-squareJackbyDevOPlinkfedilinkEnglish1•8 months agoIt doesn’t really matter tbh, you shouldn’t be arbitrarily running a shell in a shell (apart from command substitutions).
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).