From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20132 invoked by alias); 7 Sep 2014 19:37:55 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33124 Received: (qmail 629 invoked from network); 7 Sep 2014 19:37:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ym/pbHL/2bG8e19IjrdAptxchTIVIFPyDu0gBHw37q4=; b=unHlsCGS4ih2SqWuy/LngAbWF2xjLxNLR8PwoBaKf/XzDJT3+3UQi63/Jl/DbNZvqN E8LXEcJBtYqcFIuAhiU+7jdGxKWPizvCuNOjDRGxwTPMEn6LVY1ew6R9tfrkq5CUs3bE aOiLkHhxR2qzHXFxwSmByUD+RZBKzSEntiRub/JdiPQbWO8fN9RbFfOzPkBMtajJ0jop 0XEhsGQRwi3dKO6ZvcaNgnhNn2U5h7Ck+S8nPup6bzxYlFnPAk4shmFnLalkuLp3N1AB 9QFl1X0YZsYR/BR749qI2QadY/YxhcQPnqGgJU3Tq1P0hEe0YIoCgZIf2sFR44JiK/8C wlLQ== MIME-Version: 1.0 X-Received: by 10.53.7.225 with SMTP id df1mr18860773vdd.9.1410118656410; Sun, 07 Sep 2014 12:37:36 -0700 (PDT) Sender: ethersoft@gmail.com In-Reply-To: <20140907193139.3bf3d3dc@pws-pc.ntlworld.com> References: <540AF773.5080407@linux.intel.com> <20140906194513.5b19931c@pws-pc.ntlworld.com> <8761h05zvt.fsf@ft.bewatermyfriend.org> <20140907000454.74cda356@pws-pc.ntlworld.com> <140906204405.ZM18404@torch.brasslantern.com> <20140907193139.3bf3d3dc@pws-pc.ntlworld.com> Date: Sun, 7 Sep 2014 15:37:36 -0400 X-Google-Sender-Auth: mSuGsTi3VbekpQE-bH6Z6llpeOM Message-ID: Subject: Re: The default $fpath From: Vin Shelton To: Peter Stephenson Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On Sun, Sep 7, 2014 at 2:31 PM, Peter Stephenson wrote: > The proposal is quite simply to add /usr/local/share/zsh/site-functions, > that and nothing else, independent of any other factors, to the default > fpath at some point. I'd like to know if there are any significant > disadvantages to this before we even think about anything more > complicated. I don't have a /usr/local on my system, I use /opt instead. Will it be possible to override the root? - Vin