I am using MacVim (basically gvim for the mac).
If I open macvim from the command line then my $PATH variable will be properly set.
$PATH
If I ope
For me, simply creating a new symbolic link from .zprofile to .zshrc did the trick:
ln -s ~/.zshrc ~/.zprofile