Open fountainer opened 1 year ago
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.
After making this change, it was working
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
.