Re: Getting a prompt to show directory path under RH 9.0 bash shell

2003-09-02 Thread bfd
Sean Estabrooks wrote: You can try to track this down further or simply move the setting of PS1 to the very last line of your .bashrc This worked after moving the global definitions to the top of the file. Thanx. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.re

Re: Getting a prompt to show directory path under RH 9.0 bash shell

2003-09-02 Thread bfd
Sean Estabrooks wrote: On Mon, 01 Sep 2003 16:20:53 -0600 bfd <[EMAIL PROTECTED]> wrote: Hello, I want my prompt, both in the text console and X-windows shell console, to show the path to the current directory, e.g., [/usr/local/mozilla/icons]$ Under RH 7.3, I could get this by adding to

Re: Getting a prompt to show directory path under RH 9.0 bash shell

2003-09-02 Thread Sean Estabrooks
On Mon, 01 Sep 2003 22:49:48 -0600 bfd <[EMAIL PROTECTED]> wrote: > >>When adding these lines into .bashrc under RH 9.0, after typing > >>"startx", I get a black screen with a black X indicating the mouse > >>cursor. I believe that X is loading but KDE never loads. > >> [...snip...] > I've used

Getting a prompt to show directory path under RH 9.0 bash shell

2003-09-01 Thread bfd
Hello, I want my prompt, both in the text console and X-windows shell console, to show the path to the current directory, e.g., [/usr/local/mozilla/icons]$ Under RH 7.3, I could get this by adding to my .bashrc file the lines PS1=[\\w]\\$ export PS1 When adding these lines into .bash