On Fri, Jun 14, 2013 at 07:04:18PM +0530, Ramkumar Ramachandra wrote: > My main itch is that completion doesn't work with my fp: > > alias.fp = !rm -rf outgoing && git format-patch -M -C -o outgoing Why not define your custom completion function for this alias in your .bashrc? _git_fp () { _git_format_patch ; } Best, Gábor -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html