aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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() {