aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-04-26 15:20:33 +0000
committerterminaldweller <thabogre@gmail.com>2022-04-26 15:20:33 +0000
commitf217a14da77b2e73fd170ad99b7e22f6abdaf697 (patch)
treea1abd3a81949dba3dcae2a4c35dc9919dca69a1a /.zshrc
parentupdate (diff)
downloadscripts-f217a14da77b2e73fd170ad99b7e22f6abdaf697.tar.gz
scripts-f217a14da77b2e73fd170ad99b7e22f6abdaf697.zip
update
Diffstat (limited to '')
-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() {