On Monday, July 16, 2012 1:44:29 AM UTC+2, Ben Schmidt wrote:
> After a bit of experimentation, I think the following will work for zsh.
> It's a bit nasty (shells everywhere) but login was crashing when I used
> it in a shebang line, so I had to do this:
> 
> #!/bin/sh
> /usr/bin/login -f "$USER" /bin/zsh /usr/local/bin/mvim 
> "$@"
> 
> You or someone else might know of some other magic, though. I'm not
> really familiar with zsh, so I'm just feeling my way around.


Yay! That worked perfectly.  I experimented a little bit trying to find
another way to do it but failed so I will just stick with your solution.
Thanks very much!

Penny

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to