Git for Windows doesn't execute my .bashrc file

后端 未结 4 2089
渐次进展
渐次进展 2020-12-24 00:57

I\'ve just installed Git for Windows 2.5.0 on Windows 7, and it appears that my .bashrc file is not being executed when I run Git Bash.

I created the fi

4条回答
  •  Happy的楠姐
    2020-12-24 01:29

    It appears the latest version of git for Windows (2.8.3.windows.1) uses a 'profile' file now instead of the .bash_profile. I assume this is so it isn't hidden and a valid file name. Didn't seem to cause any issues before, but maybe it was confusing to people.

提交回复
热议问题