From 5c3fef652cc7fabe1f1054f28086187d90e27050 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Wed, 1 May 2019 16:35:36 +0300 Subject: [PATCH] [zsh] remove fd emulation --- zsh/aliases.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 9580bb9..9d9f36a 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -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