Find-the-command

hi, anyone can tell me how to turn of find-the-command option when we enter a wrong command it asks to search in repo and i want it to be turned of.

1 Like

sudo pacman -Rs find-the-command-git find-the-command
Please post garuda-inxi even when it doesn't seem relevant or important.

3 Likes

you want my system info?

Everyone does, it's part of the guidelines for creating a thread :slight_smile:, do try to run that command to remove the package(s) that you don't want.

3 Likes

i cannot remove find-the-command-git required by garuda-fish-config

You can try sudo pacman -Rdd find-the-command-git to skip dependency check.

Edit: I forgot to add another d before.

4 Likes

same response from pacman

i think you skiped d .. -Rd did not worked and -Rdd worked

1 Like

but its still here. find-the-command-git removed and find-the-command is still installed. when i try to remove it . pacman says target not found: find-the-command

Yes, I did forget a d :man_facepalming: You only had find-the-command-git, the non -git version was not installed, and so cannot remove what isn't there. You can reboot to get rid of any active timer now.

1 Like

okay thank you

If you've solved the issue upon reboot, please mark the solution, so the thread can be closed.

1 Like

okay its don but now upon starting alacritty it gives error for its file. source: Error encountered while sourcing file "/usr/share/doc/find-the-command/ftc.fish":
no such file or directory. how to get rid of this?

Remove the line referencing find-the-command{-git} inside fish config, comment out or delete it.

1 Like

where is that fish config? im also looking for it

config.fish is somewhere in your home directory. This is the line to remove/comment out:

2 Likes

thanks problem solved

1 Like

We mark here the solution, not the implementation.

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.