1

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?

enter image description here

avishka
  • 21

1 Answers1

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