zshrc: make fd not ignore stuff

This commit is contained in:
Martin Sekera 2024-11-08 10:51:50 +01:00
parent 5cefa4389e
commit b493878d36

View file

@ -29,6 +29,8 @@ else
alias ll="l --almost-all"
fi
alias fd="fd --no-ignore"
alias cp="cp --reflink=auto"
alias grep="grep --text --color=auto"
alias pull_website="wget --no-parent --recursive --page-requisites --convert-links --html-extension --no-clobber"