WSL (Windows Subset for Linux), .bashrc, and Line Endings

I just installed the WSL.

I have a .bashrc that I have been using with git bash, so I symbolic linked it (and lots of other files) into the WSL.

However, the .bashrc file won’t run because of the extra \r characters.

Is this likely to cause issues with lots of different files? Is there a better fix than the following?

So far, I just created a special repository with the .bashrc and .bash_aliases files to have git fix the line endings, then clone that repo in the WSL.