Eduardo Martinez
Results
2
comments of
Eduardo Martinez
fixed for my with ln command ln -sf /usr/local/Cellar/findutils/4.9.0/bin/gfind /usr/local/bin/find I think the problem is because there is not exist gfind inside /opt/homebrew/bin/ so the default configuration provided of the...
on a new installation I solved it by replacing ``` path+=( "paths" ) ``` for ``` path=( "paths" $path ) ```