I am using the .config/husky/init.sh script to run a set of global hooks that I want applied to every repo, even husky-enabled ones, but the husky script doesn't run the husky/init.sh script if the local script isn't found. Can you please move the existence check to be after the call to init.sh?