When I make my bashRC file with nano ~/.bashrc
.
With only one alias:
alias c="clear"
I only can use the alias if I enter source ~/.bashrc
or use . ~/.bashr
, but I want this source to carry over to new terminal windows. Is there away to make this the default source? Or is there another way to make the bashrc
permanent?