Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: other things i miss in zsh ...



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