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
I'm using
fish shellandfindis alias to displayUse fdto force myself to use a new tool.When I try to use
tldrthe auto complete script call find and showUse fdwhen I'm typing my command witch is really anoyingPlease make the auto-complete script call
command findto not have alias get in the way