JackbyDev@programming.dev to Programmer Humor@programming.devEnglish · edit-24 months agoWhich one???programming.devimagemessage-square55fedilinkarrow-up1276arrow-down14file-text
arrow-up1272arrow-down1imageWhich one???programming.devJackbyDev@programming.dev to Programmer Humor@programming.devEnglish · edit-24 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-squareJackbyDev@programming.devOPlinkfedilinkEnglisharrow-up3·4 months agoAnd what’s confusing is that many times those files still manually call the others to make it more logical like zsh. That’s what I remember at least, it’s been quite a while since I used bash.
minus-squareGamma@programming.devlinkfedilinkEnglisharrow-up4·4 months ago manually call the others Yeah, most distros will set up source chains to make things nicer for users.
And what’s confusing is that many times those files still manually call the others to make it more logical like zsh. That’s what I remember at least, it’s been quite a while since I used bash.
Yeah, most distros will set up
source
chains to make things nicer for users.