How to make the reef-tools package work with the cachyos fish integration?

This is a complementary add-on available for the reef package. I installed both from the AUR. Basically what the reef package does is that it does real-time translation for bash commands in fish. You run a bash command in fish and reef just translates and runs it. The latter works for me just fine. The problem is with the former.

However before I discuss the problem specifically, firstly I may need to explain what the reef-tools package does. It to translate basic coreutils commands (for. cd, ls, cat etc.) to the equivalents for their modern counterparts (think zioxide, eza, bat respectively).

The problem is that I don’t think it’s working. When I run the command for cat, I don’t get output from bat. I figured this would be due to the fact the cachy-fish-config has some conflicts with this, but maybe I’m wrong.

So what should I do with this? Is there any way to fix this aliasing problem w/o having to remove the cachy-fish-config?

I’d be very grateful for your suggestions.

did you install bat?

@mattsteg Sorry for necroing but yes I did have bat already installed.