@noiob for zsh it should run .zshrc
@luana well, obviously, but debian always also runs .profile
@thingywott @luana well yeah it should, it isn't though
@noiob oh, weird! does zsh -l
apply it..?
(and if not, does strace -o zsh.log zsh -l
followed by a grep .profile zsh.log -A2
show anything interesting?)
@thingywott zsh -l
doesn't parse .profile
, there's nothing in the log as well. I don't think it's supposed to, that sounds like a job for login
@thingywott ah, found an answer, zsh wants .zprofile
. I'm still pretty sure it works in debian but 🤷 debian does debian things https://superuser.com/questions/187639/zsh-not-hitting-profile
@thingywott I'm actually not sure I just know that debian automatically adds ~/bin to $PATH if it exists
@thingywott it's a good shell
@noiob oh yeah! and .local/bin
i have no idea how it loads that in zsh by default though (i've never really used zsh)