Path: utzoo!mnetor!uunet!husc6!uwvax!rutgers!ucla-cs!zen!ucbvax!decvax!decwrl!16bits.dec.com!kruger From: kruger@16bits.dec.com (Endorsed by 1-eyed mutants for nuclear power) Newsgroups: comp.sys.amiga Subject: Better solution for current dir prompt Message-ID: <8712281836.AA27778@decwrl.dec.com> Date: 28 Dec 87 21:33:00 GMT Organization: Digital Equipment Corporation Lines: 12 As Steve Drew pointed out in a DEC-internal note, you can stop the shell from further aliasing with a backslash. Thus, instead of aliasing cd as follows: alias cd "%d ram:c/cd $d; pwd; sp" you can simply do the internal cd: alias cd "%d \cd $d; set _prompt $_cwd ... " There is no need to load and run the DOS cd. dov