tldr-c-client
tldr-c-client copied to clipboard
tldr autocomplete call the alias version of find
trafficstars
I'm using fish shell and find is alias to display Use fd to force myself to use a new tool.
When I try to use tldr the auto complete script call find and show Use fd when I'm typing my command witch is really anoying
tldr ipUse fd [0/0]
usage: basename string [suffix]
basename [-a] [-s suffix] string [...]
Use fd
usage: basename string [suffix]
basename [-a] [-s suffix] string [...]
Please make the auto-complete script call command find to not have alias get in the way