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

View File

@ -4,7 +4,6 @@ alias lsa='ls -a'
alias lt='eza --tree --level=2 --long --icons --git'
alias lta='lt -a'
alias ff="fzf --preview 'bat --style=numbers --color=always {}'"
alias fd='fdfind'
alias cd="zd"
zd() {
if [ $# -eq 0 ]; then

View File

@ -1,6 +1,6 @@
yay -S --noconfirm --needed \
wget curl unzip inetutils \
eza fzf ripgrep zoxide bat \
fd eza fzf ripgrep zoxide bat \
wl-clipboard fastfetch btop \
man tldr less whois plocate \
alacritty

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"