Git .bashrc file missing

in Git Bash for windows I incorrectly updated $PATH. I now have:

$ echo $PATH 
/e/Anaconda/condabin:E:/Anaconda/condabin:...

I can not find the .bashrc or .bash_profile on the machine that specifies the $PATH variable.

How do I remove permanetly from $PATH “E:/Anaconda/condabin” If the .bashrc file does not exist where is $PATH being stored/defined. I’m worried that if I create a new .bashrc file I may screw everything up

On Windows, you can update the PATH via System Properties > Environment Variables.