[Top][All Lists]
[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.
- Re: [Help-bash] Current working directory echoed to the terminal, (continued)
- Re: [Help-bash] Current working directory echoed to the terminal, Bob Proulx, 2012/04/10
- Re: [Help-bash] Current working directory echoed to the terminal, Chris Jones, 2012/04/10
- Re: [Help-bash] Current working directory echoed to the terminal, Bob Proulx, 2012/04/11
- Re: [Help-bash] Current working directory echoed to the terminal, Chris Jones, 2012/04/15
- Re: [Help-bash] Current working directory echoed to the terminal, Bob Proulx, 2012/04/15
- Re: [Help-bash] Current working directory echoed to the terminal, Chris Jones, 2012/04/16
- Re: [Help-bash] Current working directory echoed to the terminal,
Greg Wooledge <=
- Re: [Help-bash] Current working directory echoed to the terminal, Chris Jones, 2012/04/16
- Re: [Help-bash] Current working directory echoed to the terminal, Greg Wooledge, 2012/04/10