From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9942 invoked from network); 12 Feb 1999 19:41:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Feb 1999 19:41:38 -0000 Received: (qmail 27208 invoked by alias); 12 Feb 1999 19:40:31 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2135 Received: (qmail 27200 invoked from network); 12 Feb 1999 19:40:29 -0000 Comments: ( Received on motgate2.mot.com from client pobox2.mot.com, sender schrof@cig.mot.com ) Message-Id: <199902121941.OAA26345@po_box.cig.mot.com> Date: Fri, 12 Feb 1999 13:40:19 -0600 From: "Larry P . Schrof" To: "Trinh, Timothy" Cc: "'jr@scms.rgu.ac.uk'" , "'zsh-users@math.gatech.edu'" , "'Bart Schaefer'" , "Larry P . Schrof" Subject: Re: Problem running zsh on WinNT 4.0 References: <3AABFE76426DD211AC3000805FFE11768A712E@hq-msg04.nwest.mccaw.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <3AABFE76426DD211AC3000805FFE11768A712E@hq-msg04.nwest.mccaw.com>; from Trinh, Timothy on Fri, Feb 12, 1999 at 11:23:54AM -0800 On Fri, Feb 12, 1999 at 11:23:54AM -0800, Trinh, Timothy wrote: > When I set my window's HOME environment variable to %HOMEDRIVE%HOMEPATH, > this allowed the zsh program to > automatically source in my .zshrc (located in HOME), but not my profile > file(also located in HOME). I tried renaming the profile file to .zprofile, > .profile, and profile.zsh, but it still did not source in my profile file. In order for the .zprofile to be read, it hss to be a login shell. Try invoking zsh with a -l argument and see if that helps. - Larry