On 2006-07-17 02:09:51 +0200, Mikael Magnusson wrote: > On 7/17/06, Russell Hoover wrote: [...] > >What do I need to do to be able to log directly into and directly out > >of zsh? > > Check what startup files are used by tcsh and put 'exec zsh' in it. Some care must be taken. At the end of your .cshrc: if ($?prompt && ! $?TCSH) then if ("$prompt" != "" && -X zsh) then setenv SHELL `which \zsh` if ($?loginsh) set SHELL = "$SHELL -l" exec shexec $SHELL endif endif where shexec is the attached Perl script. The tcsh exec bug has been fixed in recent versions of tcsh; so, you may not necessarily need shexec. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / SPACES project at LORIA