Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: other things i miss in zsh ...
- X-seq: zsh-users 13798
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: other things i miss in zsh ...
- Date: Sun, 01 Feb 2009 23:37:26 -0800
- In-reply-to: <20090201212324.GA21023@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090130085140.GC9835@xxxxxxxxxxxx> <090130084205.ZM22379@xxxxxxxxxxxxxxxxxxxxxx> <20090201212324.GA21023@xxxxxxxxxxxx>
On Feb 1, 10:23pm, Marc Chantreux wrote:
}
} > Look at the ignored-patterns style. I'm not sure exactly what you mean
} > by "every *private/* functions" but perhaps something like this:
}
} i meant i created the functions
}
} user/create
} user/private/checkAccount
} user/private/DoSomethingWeird
} user/delete
} user/modify
}
} when i type user/<tab>, the completion must return
}
} user/create
} user/delete
} user/modify
OK, that's much easier. What you want is
zstyle ':completion:*:-command-:*' ignored-patterns '*/private/*'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author