@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
@noiob ah! that's super-fun!
debian does have a lot of automatic, but i don't know that universal user shell .profiles were one of those things
@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)
@thingywott it's a good shell
@thingywott I'm actually not sure I just know that debian automatically adds ~/bin to $PATH if it exists