From: Jim Stewart (stewart@wimsey.bc.ca)
Date: 10/26/92


From: stewart@wimsey.bc.ca (Jim Stewart)
Subject: Re: a sample twmrc 
Date: Mon, 26 Oct 1992 09:30:54 GMT

In article <Oct26.033045.56032@yuma.ACNS.ColoState.EDU> dd435157@longs.LANCE.ColoState.Edu (Dan Doner) writes:
>Fellow linuxers (or Xers),
>

[... description of motivation for neet .twmrc deleted ...]

>Also, a friend of mine suggested a neat prompt:
>
>copy the .bashrc file from /root (or wherever) and replace the line that starts
>with 'PS1 ... ' with :
>
>PS1='`whoami`@ `pwd` >'
>

Bash provides escape characters to do this ... try

     PS1='\u@\w >'

[... neet .twmrc deleted ...]

js who_doesn't_want_to_exec_whoami_for_every_prompt_:)