0

I installed terminator and it changed my default terminal. I want to reset it to GNOME terminal. How can I do it?

a06e
  • 13,223
  • 26
  • 70
  • 104

1 Answers1

0

The default terminal is defined by the environment variable called TERM. You need to change it and save the following command in your .profile if you want to have xterm as your default terminal for instance:

export TERM="xterm"