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 789502e8 for ; Fri, 18 Jan 2019 09:14:24 +0000 (UTC) Received: (qmail 21085 invoked by alias); 18 Jan 2019 09:14:08 -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: 23838 Received: (qmail 8036 invoked by uid 1010); 18 Jan 2019 09:14:08 -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 0.922276 secs); 18 Jan 2019 09:14:08 -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:from:date:message-id:subject:to; bh=m/9nNhm8x95UOo99pFPb86vgxg80g5KMnKFd0vyVHSw=; b=LNRjDo0aGDtlaATiBMF6ssM06FIUeV9AMsWQ45MKLLasnpk+O7MvcP7Co0KRB9VKg+ MrNzzNI52KHzbCXLtqGdV5Oe0o5K0q2tYfaeLztQoU7vpGPuDj5kxwP0aX8rA+t/NPWq nSU747jedPJuaZm5tRnmAgpSfIxj5Qf5lbqq0a8h7lwM9qmTObKKd8bvOkykubO0E2mB HoIyjTg+1ct9PK/jaf+vtyrDm9rriozKqvtoxp0cql7gfFsrvvZ/e6nNjCiOsKKJ4FdM uJCveV0abjCkj9Aa38nSbwls0TW2F0n/xHfTAZcfxJZaOE5JpqpfWAJrdMgMjCvYGg/u seLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=m/9nNhm8x95UOo99pFPb86vgxg80g5KMnKFd0vyVHSw=; b=c5+Xv4GpR8Gqm7Z3uQbufyVS1kxQD7Ll/I6PgCXBcu/O4O2GMsI0ouBJOJXUv0ZmTZ r98gvDbQ02c000Ut0P3NluqiOaT8XiUOE1U0ZVbyNg0BWJ+TBwcryOHrUZuGd3Qqu+Sq S1CQiQN0W3GolPwvJKS6tbvc/QrvAcOyWxxKOE8E8sJlSaVfTTGOXt/kh7v6XARtp08R CzZpK0jZnQoUTAlkIFeq5pddjHDwzf98ZmrQsc1OfZMUyCM3IAK1R9MJ8UG6+mYqVmTP gx4wzyTy7R/lWW2loM1Ph2P4r/Pu3o5KD4vmWpYwUZiWq0TDuP04MsUcfMEAJNpPWp6q hp1A== X-Gm-Message-State: AJcUukc5HN0aU8fz1q30LFrL4SJ1OyhQPdjA9hE0Iu6FyohnGKHgp/YJ mUvah2ci5LJNAIB0u4f56XZKsBkX8zspYIcEXSjWPSzcYIA= X-Google-Smtp-Source: ALg8bN5ictJqiuxKPdiR8/N/P+G+LLeUPz7BOx7y8pvtjSfrciRGExWwfGK0Pv9l4x0RZBV6Sc5QygyGUpYG6XoVyk8= X-Received: by 2002:a2e:5109:: with SMTP id f9-v6mr12376279ljb.52.1547802842504; Fri, 18 Jan 2019 01:14:02 -0800 (PST) MIME-Version: 1.0 From: Robert Spencer Date: Fri, 18 Jan 2019 11:13:50 +0200 Message-ID: Subject: Do you recognize this zshrc.d naming scheme? To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="0000000000009c3f10057fb7eea0" --0000000000009c3f10057fb7eea0 Content-Type: text/plain; charset="UTF-8" Hi, 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 50-completions.zsh 55-plugins-oh-my-zsh.zsh 60-prompt-oh-my-zsh.zsh 65-globbing.zsh 70-variables.zsh 80-oh-my-zsh.zsh 85-functions.zsh 92-aliases.zsh I've started working on an in-house project (awit-zsh-superawesome) that uses it, regrettably my boss can't remember where he got it from. I'd like to find the upstream source, so I can document the naming scheme. Unfortunately so far I've had no luck finding references online. --0000000000009c3f10057fb7eea0--