I recently created a file .bashrc
, and left the following content:
export TERM=xterm-color
alias ls="ls -G"
Followed by source .bashrc
When I used it, everything worked fine, but when I closed it and opened it again, the terminal no longer showed the colors it was previously. Is it possible to leave this color scheme automatic without having to always load the file?