From 441dea9032d810b83b649065f389d4b62287e69b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 12 Jun 2021 14:29:41 +0300 Subject: [PATCH] find has real-time progress --- zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 73802a3..af58d10 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -83,8 +83,7 @@ alias -g W="| wc -l | sed 's/ //g'" alias mc="mc --nomouse" f() { - # find . -name "*$1*" -print - print -C 1 **$1* + find . -name "*$1*" -print } alias ssh="TERM=xterm ssh" -- 2.44.0