Fix missing fd tool and bad alias

This commit is contained in:
David Heinemeier Hansson
2025-07-02 20:07:45 -07:00
parent 863a1b0b3e
commit 56ebe49468
3 changed files with 4 additions and 2 deletions

3
migrations/1751510848.sh Normal file
View File

@ -0,0 +1,3 @@
echo "Installing missing fd terminal tool for finding files"
yay -S --noconfirm --needed fd
echo "You must start a new terminal for fd to work"