From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23563 invoked by alias); 14 Aug 2011 23:45:34 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16229 Received: (qmail 26599 invoked from network); 14 Aug 2011 23:45:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=q63pynza47oEWAO6PJJnNSKqxD1LAz/jt0yRojDKS7s=; b=lYZY/r/5RsShXDUrJ1BCQaaX4GXOBZiEbqr9eKwQNV2roilSRgIdU4GqlXsbInQKRh B2o3oWePd4baMTnqM6gbN30HpsjiF70mHEyGfSh7WM7Bb4fUDph+znEOzYIfWhscBqzB DYV+gQyBnMrepB/DZzhvWhjWDhbnYnN+iYsHo= MIME-Version: 1.0 In-Reply-To: <20110814232837.GL20653@prunille.vinc17.org> References: <20110814232837.GL20653@prunille.vinc17.org> From: TJ Luoma Date: Sun, 14 Aug 2011 19:44:47 -0400 Message-ID: Subject: Re: [[ -o interactive ]] vs if [[ -o login ]]? To: zsh-users@zsh.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Thanks, all=85 I guess I only launch zsh two ways: 1) a login shell (changing my $SHELL to zsh is one of the first things I do= ) 2) a #!/path/to/zsh shell script So I guess I never thought about launching zsh from another shell. It would be handy if you couldn't change your $SHELL I suppose=85 TjL