Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion for aliased commands does not work
- X-seq: zsh-users 22055
- From: Fourhundred Thecat <400thecat@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: completion for aliased commands does not work
- Date: Mon, 31 Oct 2016 23:47:21 +0100
- 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
Hello,
I have couple of aliases defined in my .zshrc, ie:
alias diff='colordiff'
I have noticed, completion does not work properly for these aliased commands
diff --<TAB>
does not complete any options. Whereas, when I use the unaliased real
diff, completion works perfectly
/usr/bin/diff --<TAB>
Is there any way to fix this?
Cheers,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author