On 29.06.2009, at 17:50, Unnsse Khan wrote: > Okay, after trying this, it still doesn't work... > > Here's my .bash_profile: > > . ~/.profile > export PS1="\...@\h:\w $ " > export VIM_APP_DIR="/Users/untz/DevTools/MacVim/MacVim-7_2- > stable-1_2";
You need to put the mvim script somewhere on your path. Do `echo $PATH` to see your path. I have mine in /usr/local/bin and added that to my path by putting `export PATH=/usr/local/bin:$PATH` at the bottom of my .profile (.bash_profile should work too). Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
