Score:0

Clean terminal output when starting

in flag

Whenever I launch a terminal console via "ctr + alt + t" I get my terminal like in the photo.

I'm new in Linux and I probably tweak the wrong settings, but when I start terminal I want clean console. enter image description here

hr flag
You probably have a malformed `export` (or - less likely - `declare`) statement in your `~/.bashrc` file
mart cube avatar
in flag
how can I navigate to that file so I can share what's inside
hr flag
It's a *hidden file* (by virtue of the leading `.`) - to see it in a file browser you will need to Show Hidden Files (Ctrl+H) or you can display it in a terminal using `cat ~/.bashrc` or `less ~/.bashrc` etc.
mart cube avatar
in flag
I open terminal and enter command "nano ~/.bashrc" after that I realized that I modified this file before, so I just removed my traces and now the terminal is clean. If you want you can write your answer so I can marked it as working solution
hr flag
Feel free to write your own answer - including what modifications you removed if you can remember them, it may help future readers with similar issues
Score:0
in flag

This kind of output by terminal refers that the ~/.bashrc file is likely modified. Every time you will open a new instance of terminal you will have some output. To solve this we need to navigate to the file and one command is

nano ~/.bashrc

After that you will be in editing mode of the file. My personal problem was that I had some unclean code of some application paths that I do not use now, so I deleted and that solved the problem.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.