Path: utzoo!mnetor!tmsoft!torsqnt!hybrid!scifi!bywater!uunet!mcsun!hp4nl!svin02!wsinis03!debra From: debra@wsinis03.info.win.tue.nl (Paul de Bra) Newsgroups: comp.sys.att Subject: Re: KSH and Layers Message-ID: <1789@svin02.info.win.tue.nl> Date: 26 Feb 91 11:32:50 GMT References: <119@cvpath.UUCP> <519@genco.bungi.com> <251@rml.UUCP> Sender: news@svin02.info.win.tue.nl Reply-To: debra@info.win.tue.nl Organization: Eindhoven University of Technology, The Netherlands Lines: 12 In article <251@rml.UUCP> jack@rml.UUCP (jack hagerty) writes: >In article <519@genco.bungi.com> rad@genco.bungi.com (Bob Daniel) writes: >>Using 'ksh' as the default shell, launching 'layers' for most AT&T terminals >>brings up 'sh'. Is there a way to have layers bring up 'ksh's? Put the following line in your .profile, assuming ksh is in /bin: SHELL=/bin/ksh; export SHELL That'll do the trick. Paul. (debra@win.tue.nl, debra@research.att.com)