diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-04 17:44:17 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-04 17:44:17 +0000 |
commit | 88b835fb2b387aed85845bec83c1618c2ae9bc0a (patch) | |
tree | e05d5e3cade57550082d3d5736219d72e4a4be0f /fish2024/functions/lookforsyncerrors.fish | |
parent | 44e625da574d49152fc0682e5e53f3a03a19d58c (diff) |
Adds lookforsyncerrors and gloga aliases
Diffstat (limited to '')
-rw-r--r-- | fish2024/functions/lookforsyncerrors.fish | 4 |
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 |