Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: which completion function are used for aliases?
- X-seq: zsh-users 10080
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: which completion function are used for aliases?
- Date: Sat, 25 Mar 2006 10:31:01 -0800
- In-reply-to: <20060325000835.GA31757@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060325000835.GA31757@xxxxxxxxx>
On Mar 25, 1:08am, Andy Spiegl wrote:
}
} When completing the options of an alias, is there a way to make zsh
} use the completion function of the corresponding command?
It should just happen. What's your setting of the "complete_aliases"
setopt? Try "unsetopt complete_aliases". The name of the option is
somewhat ambiguous -- it means "complete aliases as separate commands
and not as the command for which they are another name."
Messages sorted by:
Reverse Date,
Date,
Thread,
Author