[zsh] remove fd emulation

This commit is contained in:
Dmytro Meleshko 2019-05-01 16:35:36 +03:00
parent 5b309c193b
commit 5c3fef652c

View file

@ -24,9 +24,6 @@ fi
# fd is a simple, fast and user-friendly alternative to find - https://github.com/sharkdp/fd
if command_exists fd; then
alias fda="fd --hidden --no-ignore"
else
alias fd="find -iname"
alias fda="${aliases[fd]}"
fi
# git with hub