On Jun 11, 2013, at 4:09 PM, Brian Vito <[email protected]> wrote:
> Is there a way to have Acme's Win command start an rc session rather
> than bash? Also, is it possible to set the bash prompt to PS1=": {\w}
> %; " if bash is started by Win? Thanks again.
export SHELL=rc
For the latter, you might find it useful to make PS1 conditional on $TERM.
