From f217a14da77b2e73fd170ad99b7e22f6abdaf697 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 26 Apr 2022 19:50:33 +0430 Subject: update --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index b8eef9b..9bcf199 100644 --- a/.zshrc +++ b/.zshrc @@ -273,7 +273,7 @@ math() { } fd() { - ls -l | find -iname "*$1*" + ls $(find -iname "*$1*") } pss() { -- cgit v1.2.3