aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/lookforsyncerrors.fish
blob: d2fdefb12075a0ff7b3ef861b98ff2d03726ebbd (plain) (blame)
1
2
3
4
function lookforsyncerrors --wraps='find . -iname "*sync*"' --description 'alias lookforsyncerrors=find . -iname "*sync*"'
  find . -iname "*sync*" $argv
        
end