aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/lookforsyncerrors.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2024/functions/lookforsyncerrors.fish')
-rw-r--r--fish2024/functions/lookforsyncerrors.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/lookforsyncerrors.fish b/fish2024/functions/lookforsyncerrors.fish
new file mode 100644
index 0000000..d2fdefb
--- /dev/null
+++ b/fish2024/functions/lookforsyncerrors.fish
@@ -0,0 +1,4 @@
+function lookforsyncerrors --wraps='find . -iname "*sync*"' --description 'alias lookforsyncerrors=find . -iname "*sync*"'
+ find . -iname "*sync*" $argv
+
+end