Why must I source .bashrc every time I open terminal for aliases to work?
问题 Git was working fine. I have created an alias in Git but the issue is when I tried to reopen the terminal, then I need to run . ~/.bashrc every time in the terminal. What is the best way I don't need to provide source every time when I reopen the terminal? What I did? I am trying to add source of the .bashrc file in this file but it is a read-only file. I am not able to add the source of the .bashrc file in this profile. open /etc/profile Added the permission to write in the profile as well,