mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] remove fd emulation
This commit is contained in:
parent
5b309c193b
commit
5c3fef652c
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@ fi
|
||||||
# fd is a simple, fast and user-friendly alternative to find - https://github.com/sharkdp/fd
|
# fd is a simple, fast and user-friendly alternative to find - https://github.com/sharkdp/fd
|
||||||
if command_exists fd; then
|
if command_exists fd; then
|
||||||
alias fda="fd --hidden --no-ignore"
|
alias fda="fd --hidden --no-ignore"
|
||||||
else
|
|
||||||
alias fd="find -iname"
|
|
||||||
alias fda="${aliases[fd]}"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# git with hub
|
# git with hub
|
||||||
|
|
Loading…
Reference in a new issue