Baloff <[EMAIL PROTECTED]> writes:

> Hello
>
> in trying to change my shell prompt, I created a file .emacs_bash
> since my shell is bash
> $which bash
> /bin/bash
>
> when I M-x shell
> I still don't get the new prompt I specified in the file .emacs_bash

And what do you put in ~/.emacs_bash?

For example, I've got this:

alias less=cat ; alias more=cat ; echo Hi! ; PS1='PROMT>'

and when I M-x shell, I get:

[EMAIL PROTECTED] pjb]$ Hi!
PROMT> echo 'Howdy?'
Howdy?
PROMT>


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

In a World without Walls and Fences, 
who needs Windows and Gates?
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to