Kill the fd alias from omakub and just install fd

Closes #32
This commit is contained in:
David Heinemeier Hansson
2025-07-02 19:27:07 -07:00
parent cbf3717f66
commit 2c1c755087
2 changed files with 1 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