home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / shell / 3224 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  635 b 

  1. From: kevinl@tisdec.tis.tandy.com
  2. Date: 30 Jul 92 16:19 CDT
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: Orphaned Response
  5. Message-ID: <28300001@tisdec.tis.tandy.com>
  6. Path: sparky!uunet!cs.utexas.edu!convex!news.oc.com!utacfd.uta.edu!trsvax!trsvax!tisdec.tis.tandy.com!kevinl
  7. Nf-ID: #R:cbnewsi.cb.att.com:19391:tisdec.tis.tandy.com:28300001:000:178
  8. Nf-From: tisdec.tis.tandy.com!kevinl    Jul 30 16:19:00 1992
  9. References: <19391@cbnewsi.cb.att.com>
  10. Lines: 8
  11.  
  12.  
  13.     I just use something like the following:
  14.  
  15. export PS1='$PWD'
  16.  
  17. in my .profile.  This will display a sort of DOS style prompt,
  18. letting the present working directory be the prompt.
  19.  
  20.