JackbyDev to Programmer Humor@programming.devEnglish • edit-28 months agoWhich one???programming.devimagemessage-square55fedilinkarrow-up1276arrow-down14file-text
arrow-up1272arrow-down1imageWhich one???programming.devJackbyDev to Programmer Humor@programming.devEnglish • 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-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@marcos@lemmy.worldlinkfedilink1•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).
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).