grc plugin does not work with path names
tannhuber opened this issue · 2 comments
tannhuber commented
For example,
./configure
doesn't produce colorized output. However, it's possible to use
grc ./configure
instead. The problem is that the plugin redefines commands by functions. If anybody knows how to implement it in a better way, please tell me!
tannhuber commented
As a workaround, I defined this function as replacement for ./configure
:
function grcconf
grc ./configure
end
bpinto commented
I don't know about grc. Interested on other opinions.