I have been trying to install the Solana tool suite on my M1 pro MacBook Pro and have kept running into the same issue no matter how I do it. Basically when I install the Solana tool suite using sudo and add it to my path it works in the current terminal instance. When I type echo $PATH it shows up but when I close the terminal and try doing the same in the new instance I first of all, get zsh : command not found : solana and when running echo $PATH, the Solana CLI isn't there anymore for some reason. I'm pretty new to Mac so some help would be useful...