I put the function
make_color() {
make $1 | ccze -A
}
in .bashrc
to get colored make output. His works fine, but make
's tab-completion for selecting targets is lost. Is there any way to preserve the tab-completion of the command in the function, or something else I could do to achieve tab completion and pipe?