help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] Current working directory echoed to the terminal


From: Greg Wooledge
Subject: Re: [Help-bash] Current working directory echoed to the terminal
Date: Mon, 16 Apr 2012 08:27:36 -0400
User-agent: Mutt/1.4.2.3i

On Sun, Apr 15, 2012 at 12:37:01AM -0400, Chris Jones wrote:
> I just want to be able to issue single ???shell commands??? from Vim as if
> I was at the bash prompt. This means everything that's available at the
> shell prompt, including aliases and functions. 

Another approach would be to convert all your aliases to functions, and
then export them through the environment.  As long as vim escapes to
bash and not sh, your functions will be inherited.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]