At my new Organization,
I have a new MacBook Pro. (Ventura 13.x.x) when I try to set the path using PATH command
in Zshell
Commands I ran
export PATH=$PATH:/Users/xxx/xxx/Drivers/apache-maven-3.9.3/bin
source ~/ .zshrc
export -f
echo $PATH
Now I can see path got updated after above.
Later When I close the terminal and relaunch it PATH is not updated with the change I made
I tried Restarting my Mac couple of times, did the same work too many times.
I do have permissions on my Mac
-rw-r--r-- 1 xxxx staff 349 Jun 29 17:35 .zshrc
I am not sure When I open my paths file, maven is pointed there,
But still no luck. Please help me out with your tips and tricks.