oh-my-fish/plugin-grc

grc plugin does not work with path names

tannhuber opened this issue · 2 comments

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!

As a workaround, I defined this function as replacement for ./configure:

function grcconf
  grc ./configure
end

I don't know about grc. Interested on other opinions.