Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh completion configuration
- X-seq: zsh-users 17656
- From: joe M <joe9mail@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Zsh completion configuration
- Date: Wed, 27 Feb 2013 10:54:27 -0500
- Cc: zsh-users@xxxxxxx
- 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==
- In-reply-to: <130226192629.ZM5352@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAHjjW155pdw4KTZkavVbJLKFR+eZxuTxTPQPgvocTb5-zyW5QQ@mail.gmail.com> <130226080545.ZM4526@torch.brasslantern.com> <CAHjjW16gsV77y-+BZuQiD0R+=ptMuy5NJ3syXw1sOQzGAdSfeg@mail.gmail.com> <130226192629.ZM5352@torch.brasslantern.com>
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author