From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id bce61d80 for ; Fri, 18 Jan 2019 11:37:27 +0000 (UTC) Received: (qmail 6611 invoked by alias); 18 Jan 2019 11:37:09 -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: List-Unsubscribe: X-Seq: 23840 Received: (qmail 4773 invoked by uid 1010); 18 Jan 2019 11:37:09 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f181.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(209.85.208.181):SA:0(-1.9/5.0):. Processed in 3.253042 secs); 18 Jan 2019 11:37:09 -0000 X-Envelope-From: robert@3rock.co.za X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=3rock-co-za.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZiYOGklKv+Vms/805B+RqsZgLXokFeOHUGtdAz3O8Z0=; b=O/8rjhBNn7+tK1JFXq3HDCag3pJH6ZVJc/Ls5d80XFNDTwD2TyaavqPtXBqfYWsQ/u zitlb+gmowuLnZze6GepIuNsfq772WWn24w2+IPSt/biNc1sWTX3U73llqho7VnqX6iT AS9b6DSPyk+S3NZjdREgMoADfZcB29dfxpRGvZtPVB1XbW8O2ash4dOZqfd5nVSiKl6v ag7YiXofDZuaEYfLz8wpxgiic2ufBYTElIAMRJjMPYqBE39i8dzrsRj8QWB6h0epDtLL VlAoX0L+xraiLA3t0t0V+7v6BUawsTXsVkZQQZqlPK5956dA4VOm10Z4Emyz/o5N2emJ dtcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZiYOGklKv+Vms/805B+RqsZgLXokFeOHUGtdAz3O8Z0=; b=YIBIkToenMU6Os6chvny1vN1GPw6Y28pffxOL3terFt9T4A4NXMBYBuKllDzE1QgF2 6o3ibedVA15QjVxhLSIbodyjjlJngeFEauONXB/yui+/gSc8a8BiP8L2KYePYlb76ajp hTbpegRbRAj7yXgiD0p/Rh69aPq5lzlIeKDiQUNOvGTJsELSkl/QzkVk/o1eG3SCpzQ3 FeALpHf7/i0B+LXQptYAERRhFlmPj0PSEf5dXpjbN0dG/mrEKS+Gc0s4Bi/GQL5ky+Ks 96xEpxlaYYOid8g9LwPxbmq8jycKn5xxz/9flJ4OxVmW/ha1hMaJDyZ6eLz7YkVnP16B LmBQ== X-Gm-Message-State: AJcUukeM/ROwEhvdWnP4Us5+fzJnUHSdWrgA1GcgU6JM4AINnKKrUrtS dU7IN7BK05gGomoOKzyLjzHVWy8otRsGzKaODk0NqiAtd8I= X-Google-Smtp-Source: ALg8bN74VuBUhiXpoOATrxLRLZQOjuhQ2DSXKhpnDBq8Yxl+JAqVRMIEUgj5tRoNlUvDVYZvrXGo4VeLQ82B1JGh3ZA= X-Received: by 2002:a2e:630a:: with SMTP id x10-v6mr11516954ljb.11.1547811421893; Fri, 18 Jan 2019 03:37:01 -0800 (PST) MIME-Version: 1.0 References: <20190118103631.3sthpno7x44fdgtc@japh.se> In-Reply-To: <20190118103631.3sthpno7x44fdgtc@japh.se> From: Robert Spencer Date: Fri, 18 Jan 2019 13:36:49 +0200 Message-ID: Subject: Re: Do you recognize this zshrc.d naming scheme? To: Magnus Woldrich Cc: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="000000000000fb4beb057fb9ed39" --000000000000fb4beb057fb9ed39 Content-Type: text/plain; charset="UTF-8" Apologies for the top posting I'm on my phone and it tends to mangle anything else. The overall concept makes sense, not the execution in this case. I'm struggling to guess what the original plan was with the naming scheme sections. 10 makes sense, local variables. 20 what did this used to be? 30 history, but is 35 really related? 40 term settings? But 42 is aliases, that I would have expected in the 90's. 50 completion, but then what is 55 doing there. 60 prompt, but I'm not sure that 65 belongs here. 70 variables 80 oh-my-zsh, but then why doesn't 85-functions have its own section? 90 what did this section used to be? Misc? 92 is aliases, which again, I would expect to have its own section. Although it makes sense that it's last. I'm hoping if I can find the upstream source it will all make sense. What naming scheme do you use? On Fri, 18 Jan 2019, 12:36 Magnus Woldrich >As it says in the subject line, do you recognize this zshrc.d naming > scheme? > > >10-locals.zsh > >30-history-oh-my-zsh.zsh > >32-history.zsh > >35-long-running.zsh > >40-term.zsh > >42-dircolors.zsh > > I use something similar but isn't it just common sense so that we can > iterate > the files and load them in the correct order? > --000000000000fb4beb057fb9ed39--