lto:[EMAIL PROTECTED]
Sent: Tuesday, May 23, 2006 7:06 PM
To: Gerald Lai
Cc: Eric Arnold; Furash Gary; Gary Johnson; vim@vim.org
Subject: Re: How to get cygwin command line to know where it is
Gerald Lai wrote:
> On Wed, 24 May 2006, A.J.Mechelynck wrote:
>
>> Eric Arnold wrote:
>>
Gerald Lai wrote:
On Wed, 24 May 2006, A.J.Mechelynck wrote:
Eric Arnold wrote:
Off hand, I can't remember the exact name, but I think that there is a
special rc filename that is executed even when it isn't a login
shell.
[...]
Yes, I think so too, and I don't remember it offhand either,
On 2006-05-23, Gerald Lai <[EMAIL PROTECTED]> wrote:
> On Wed, 24 May 2006, A.J.Mechelynck wrote:
>
> > Eric Arnold wrote:
> >> Off hand, I can't remember the exact name, but I think that there is a
> >> special rc filename that is executed even when it isn't a login
> >> shell.
> > [...]
> >
On Wed, 24 May 2006, A.J.Mechelynck wrote:
Eric Arnold wrote:
Off hand, I can't remember the exact name, but I think that there is a
special rc filename that is executed even when it isn't a login
shell.
[...]
Yes, I think so too, and I don't remember it offhand either, but "man bash"
(w
Eric Arnold wrote:
Off hand, I can't remember the exact name, but I think that there is a
special rc filename that is executed even when it isn't a login
shell.
[...]
Yes, I think so too, and I don't remember it offhand either, but "man
bash" (which is quite long for a manpage) will tell y
on, so as a result it's missing my changes
> to the path, aliases, etc.
>
> Hmm...
>
> -Original Message-
> From: Gary Johnson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 23, 2006 3:14 PM
> To: vim@vim.org
> Subject: Re: How to get cygwin command line t
vim.org
Subject: Re: How to get cygwin command line to know where it is
On 2006-05-23, Furash Gary <[EMAIL PROTECTED]> wrote:
> I'm using VIM on windows with cygwin. In my _vimrc I've got the
> following
>
> " automatically swithc directories
> set aut
m: Gary Johnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 23, 2006 3:14 PM
To: vim@vim.org
Subject: Re: How to get cygwin command line to know where it is
On 2006-05-23, Furash Gary <[EMAIL PROTECTED]> wrote:
> I'm using VIM on windows with cygwin. In my _vimrc I've got the
>
PM
To: vim@vim.org
Subject: Re: How to get cygwin command line to know where it is
On 2006-05-23, Furash Gary <[EMAIL PROTECTED]> wrote:
> I'm using VIM on windows with cygwin. In my _vimrc I've got the
> following
>
> " automatically swithc directories
Gary Johnson wrote:
On 2006-05-24, "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote:
Furash Gary wrote:
I'm using VIM on windows with cygwin. In my _vimrc I've got the
following
" automatically swithc directories
set autochdir
" For cygwin shell
set shell=C:/cygwin/bin/bash
On 2006-05-24, "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote:
> Furash Gary wrote:
> > I'm using VIM on windows with cygwin. In my _vimrc I've got the
> > following
> >
> > " automatically swithc directories
> > set autochdir
> >
> > " For cygwin shell
> > set shell=C:/cygwin/bin/bas
Furash Gary wrote:
I'm using VIM on windows with cygwin. In my _vimrc I've got the
following
" automatically swithc directories
set autochdir
" For cygwin shell
set shell=C:/cygwin/bin/bash
set shellcmdflag=--login\ -c
set shellxquote=\"
When I try to use cygwin stuff with
This is partly due to the use of --login , which causes it to act
as if it's a fresh login shell, so of course, it goes to your home
directory. Try it with just -c .
Without setting that, zsh and bash seem to honor $PWD, probably, which
I suspect is exported by Vim.. I'm having trouble ge
On 2006-05-23, Furash Gary <[EMAIL PROTECTED]> wrote:
> I'm using VIM on windows with cygwin. In my _vimrc I've got the
> following
>
> " automatically swithc directories
> set autochdir
>
> " For cygwin shell
> set shell=C:/cygwin/bin/bash
> set shellcmdflag=--lo
14 matches
Mail list logo