I'm a newbie to use ubuntu. Recently I installed the firefox developer edition. After that when I open my terminal always showing me the below list. How can I fix this? What is this list?
Asked
Active
Viewed 62 times
1
1 Answers
0
Most likely, this is caused by extra code that was placed in your .bashrc
configuration file. That file, a bash script, is executed each time you open a terminal. Open, inspect and correct it with a text editor, or replace it with a default .bashrc
file.

vanadium
- 88,010
~/.bashrc
file: that file, a bash script, is executed each time you open a terminal – vanadium Jun 05 '21 at 10:04nano ~/.bashrc .
I think this is the problem now I'm facing. – avishka Jun 05 '21 at 12:17bashrc
to default. – avishka Jun 05 '21 at 12:48