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
-
Could be code that has been inserted in your `~/.bashrc`file: that file, a bash script, is executed each time you open a terminal – vanadium Jun 05 '21 at 10:04
-
@vanadium How can I solve it. Because each time I should clear my terminal. – avishka Jun 05 '21 at 12:10
-
@vanadium During that firefox installation, I typed `nano ~/.bashrc . ` I think this is the problem now I'm facing. – avishka Jun 05 '21 at 12:17
-
Remove the code that causes the display of these lines. – vanadium Jun 05 '21 at 12:40
-
@vanadium seems to be now it's okay. I reset my `bashrc` to default. – avishka Jun 05 '21 at 12:48
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
- 82,909
- 6
- 116
- 186
