Being a completely newcomer in linux world, I'm trying to make some development using ubuntu features. I wanted to add some alias to .bashrc but couldn't find it. There is an answer on this qustion, but its not a duplicate, because while working on an older versions of windows on my 1803 system it's doesn't work.
Asked
Active
Viewed 4.5k times
.bashrc
is found in the user's home directory.~/.bashrc
or"${HOME}"/.bashrc
or/home/username/.bashrc
. Many file explorers hide files beginning with a.
, and treat them as hidden files. – earthmeLon Jan 24 '19 at 21:16