From: dbe@wgn.net ("$Bill Luebkert")
Subject: Re: BASH prompt modification.
21 Jul 1997 22:50:59 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <33D43CC3.6ABF.cygnus.gnu-win32@wgn.net>
References: <01BC9630.3A87B4A0@port2.ppp2.hol.gr>
Reply-To: dbe@wgn.net
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (Win95; I)
Original-To: Panos Platon Tsapralis <pan@hol.gr>
Original-CC: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Panos Platon Tsapralis wrote:
> 
>         Dear friends,
> 
>         I want to modify the command line prompt of BASH so that 
it will show on-screen ( after complete execution of every command ) 
the current directory ( the output of pwd or the content of $PWD ). 
How on earth do I do this ? I have made endless efforts to find a 
solution but to no avail. Please help me...

Read the section on "Prompting" in the bash man page:

	PS1="\w "

add history to prompt:

	PS1="\w <\!> "

-- 
  ,-/-  __      _  _         $Bill Luebkert
 (_/   /  )    // //       DBE Collectibles
  / ) /--<  o // //      http://www.wgn.net/~dbe/
-/-' /___/_<_</_</_    Email: dbe@wgn.net
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
