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"; When I try to launch MacVim from the command line: $ mvim -bash: mvim: command not found $ ./mvim -bash: ./mvim: No such file or directory Is there a way to launch MacVim from the command line or assign gvim and / or vim to launch MacVim? With thanks, Unnsse On Mon, Jun 29, 2009 at 1:05 PM, björn <[email protected]> wrote: > > 2009/6/29 Unnsse Khan: > > > > I meant /Users/untz/DevTools/ in both places... > > > > The mvim script came bundled with MacVim... > > > > So, you are saying that I set the VIM_APP_DIR to /Users/untz/DevTools/ > > MacVim-7_2-stable-1_2 in .bash_profile? > > > > How will this be set in the PATH? > > It has nothing to do with PATH -- it's just an env variable that the > mvim script uses (open it up and see for yourself). All I meant was > that you add something like > > export VIM_APP_DIR="/Users/untz/DevTools/MacVim-7_2-stable-1_2" > > to your .bash_profile (or .profile). > > Björn > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
