2009/11/27 Rémi Prévost: > > I have a custom $PATH variable defined in my .zshrc file. However, > when I launch MacVim.app and do a `echo $PATH`, it looks like a > default $PATH to me. I know there once was a "Launch MacVim from a > shell" option, but it seems unavailable now.
It is enabled by default. To make sure you haven't accidentally disabled it, open up Terminal and enter defaults read org.vim.MacVim and look for an entry named "MMLoginShell" (which should be set to "1" or there shouldn't be one at all). Björn -- You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php
