From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11663 invoked by alias); 29 Jul 2011 04:51:23 -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: 16157 Received: (qmail 26918 invoked from network); 29 Jul 2011 04:51:21 -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 autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.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 :cc:content-type:content-transfer-encoding; bh=RzyfgCbbRrLi5HAXdHKRTmNsrGedu8AnPwoYgfXFFpk=; b=dhkF85vmW3vtzyYQpeUNErKCEwA8Sah3TdgWJ+gXsAWGVYXgrUFcXKPcKr9BJPptED 5IU3F3pnV7VfGoeybalV7ALj0cysnMEeOQvlfwZtOMICBMp5fODhnCXarq1eE8UqLmJC 7Lcwhlc8xLMqDfqYJPSHMDVriVdjYOAXqR5ww= MIME-Version: 1.0 In-Reply-To: <110728210438.ZM24370@torch.brasslantern.com> References: <110728210438.ZM24370@torch.brasslantern.com> From: TJ Luoma Date: Fri, 29 Jul 2011 00:50:34 -0400 Message-ID: Subject: Re: how to refer to basename of $0 To: Bart Schaefer Cc: Zsh Users Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, Jul 29, 2011 at 12:04 AM, Bart Schaefer wrote: > This is sounding awfully familiar. =A0Oh, it was on zsh-workers, where > some of the -users crowd would not have seen it. Including me :-) For those who might be interested, I'm trying to replace my "dot source" file[1] with "proper" zshenv and zshrc commands: [1] http://tj.luo.ma/post/6598593173/dot-source TjL