Path: utzoo!attcan!uunet!tektronix!midas!copper!michaelk From: michaelk@copper.TEK.COM (Michael D. Kersenbrock) Newsgroups: comp.sources.bugs Subject: Re: Jove bug Message-ID: <2016@copper.TEK.COM> Date: 17 May 88 19:01:15 GMT References: <321@syntron.UUCP> <4071@killer.UUCP> Reply-To: michaelk@copper.UUCP (Michael D. Kersenbrock Organization: Tektronix Inc., Beaverton, Or. Lines: 15 Summary: Expires: Sender: Followup-To: To "fix" Jove under csh, put these in csh's `.cshrc' file (modify as appropriate for your purposes). CWD is now "supported" (these are from my .cshrc). alias cd 'cd \!*; setenv CWD $cwd' alias pd 'pushd \!*; setenv CWD $cwd' alias ppd 'echo "pd $cwd" > ~/.poplast ; popd \!*; setenv CWD $cwd' alias unppd 'source ~/.poplast' -- Mike Kersenbrock Tektronix Microcomputer Development Products Aloha, Oregon