This code is only checking the original config directory in the users home.
I don't have this directory at all on my computer so this check was failing for me even though I did have a valid whkdrc in my custom config home directory.
I think the new coded added in #14 handles all the error cases around loading this file so removing this check entierly seemed more reasonable to me than having it look at the env variable
Issue I found with #14
This code is only checking the original config directory in the users home. I don't have this directory at all on my computer so this check was failing for me even though I did have a valid whkdrc in my custom config home directory.
I think the new coded added in #14 handles all the error cases around loading this file so removing this check entierly seemed more reasonable to me than having it look at the env variable