zsh profile not fully loading on terminal startup (iTerm2 + Monterrey)
Hello,
This might be a simple oversight on my part, but I noticed I've had to manually run source ~/.zshrc each time I start my terminal, in order to access commands like node and yarn.
Dotfiles were installed on a new Macbook Air 2022, running Monterrey 12.4 (fresh install).
Here is my $PATH before and after running source:

I ran followed the instructions on the README, but seems like an additional step is required? Could it be a preference/setting in iTerm2?
Thanks in advance.
Hi @markelld thanks for the report. Could you try creating a .zprofile in your home directory with the following entry
eval "$(/opt/homebrew/bin/brew shellenv)" and see if that resolves your path issue?
I recently setup an M1 mac and had a similar issue until I added .zprofile with this command.
@danielnolan So I tried this command but it has not rectified the issue, sorry for the late reply. Also I am getting not output from the command.
@markelld try pulling down the latest from main, then running the rcup command.
It looks like @danielnolan made changes that should resolve the issue
@markelld did you try @mrjonesbot suggestion? Is this still an issue for you?
@danielnolan Thanks for replying, This was resolved.