You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this issue as well. I also had an alias but when I went through the docs for installation on Ubuntu (https://github.com/sharkdp/fd#on-ubuntu) I discovered maybe an alias isn't the correct way to handle it
Note that the binary is called fdfind as the binary name fd is already used by another package. It is recommended that after installation, you add a link to fd by executing command ln -s $(which fdfind) ~/.local/bin/fd, in order to use fd in the same way as in this documentation. Make sure that $HOME/.local/bin is in your $PATH.
What did you expect to happen?
cd .
lists all subdirectories.What actually happened?
Command not found: fd.
Output
Additional context
The command
fd
isfdfind
on Ubuntu. I have an aliasalias fd=fdfind
. However,enhancd
still can't usefd
.The text was updated successfully, but these errors were encountered: