home *** CD-ROM | disk | FTP | other *** search
- From: kevinl@tisdec.tis.tandy.com
- Date: 30 Jul 92 16:19 CDT
- Newsgroups: comp.unix.shell
- Subject: Re: Orphaned Response
- Message-ID: <28300001@tisdec.tis.tandy.com>
- Path: sparky!uunet!cs.utexas.edu!convex!news.oc.com!utacfd.uta.edu!trsvax!trsvax!tisdec.tis.tandy.com!kevinl
- Nf-ID: #R:cbnewsi.cb.att.com:19391:tisdec.tis.tandy.com:28300001:000:178
- Nf-From: tisdec.tis.tandy.com!kevinl Jul 30 16:19:00 1992
- References: <19391@cbnewsi.cb.att.com>
- Lines: 8
-
-
- I just use something like the following:
-
- export PS1='$PWD'
-
- in my .profile. This will display a sort of DOS style prompt,
- letting the present working directory be the prompt.
-
-