From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14974 invoked by alias); 27 Feb 2013 15:54: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: 17656 Received: (qmail 14360 invoked from network); 27 Feb 2013 15:54:33 -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=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.216.47 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=XW/YjcvqJfE/F1AS0CUGsmwJuiT7I/1LuXyi+p5+Kjg=; b=AwGmITBLAwWYhfbZn4ZPmaVL1N1X3aroj4fGcH45TlUgazj6fkhkr5WHQe7oxydM57 QKrLnlvIk/iOE+/ZX6yQ2VWac5M/xy0X3jTa2Y7YIaXOdkGE89quU+vVRvHpwha0F6W+ O4L7jsSA+tDN3tIxMbVx5p1Y5uhucFlhJt0z6wOjhxBoMLqMqxHajC8G1EGI2dhCLV/k fUmvq8VijLWL9bwpXruLDL6ceoPmTgDCLlEHTWRrx+rL/nnQnNdOIMzenZjZORMaCdDu 3NFJU83/LVMEmmjaQEPgSKcxJCuaBfViOnovSgLZFfppYo9iZSeRh+s1aJ+iwiDsAZgQ jplw== MIME-Version: 1.0 X-Received: by 10.224.179.205 with SMTP id br13mr8605824qab.37.1361980467729; Wed, 27 Feb 2013 07:54:27 -0800 (PST) In-Reply-To: <130226192629.ZM5352@torch.brasslantern.com> References: <130226080545.ZM4526@torch.brasslantern.com> <130226192629.ZM5352@torch.brasslantern.com> Date: Wed, 27 Feb 2013 10:54:27 -0500 Message-ID: Subject: Re: Zsh completion configuration From: joe M To: Bart Schaefer Cc: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 > Rehash doesn't reload functions, nor does it reset completion definitions > (the _comps variable). To install just the one function, use compdef as > a command. To reload the entire completion system, delete ~/.zcompdump > and run "compinit" (which has the effect of executing a whole bunch of > "compdef" commands computed from the #compdef lines). > > -- > Barton E. Schaefer It worked like a charm. Thanks, Joe