diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-26 15:20:33 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-26 15:20:33 +0000 |
commit | f217a14da77b2e73fd170ad99b7e22f6abdaf697 (patch) | |
tree | a1abd3a81949dba3dcae2a4c35dc9919dca69a1a /.zshrc | |
parent | update (diff) | |
download | scripts-f217a14da77b2e73fd170ad99b7e22f6abdaf697.tar.gz scripts-f217a14da77b2e73fd170ad99b7e22f6abdaf697.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,7 +273,7 @@ math() { } fd() { - ls -l | find -iname "*$1*" + ls $(find -iname "*$1*") } pss() { |