Score:0

How can I remove Synth-shell startup information on Ubuntu 22?

ai flag

enter image description here

Hey. I am new to Ubuntu and I found this on YouTube, it is a good-looking shell actually. But I do not like it when I start the terminal, it comes pretty late because of showing this info. I didn't find in their repository how to remove this feature.

Score:0
cn flag

When you install synth-shell it automatically adds some commands in your .bashrc file (in /home/{your_user_name}/.bashrc).

The command that runs these information you mentioned is the one around status. In my case it looks something like this:

    ##---------------------------------------------
    ## status
    ## Added by synth-shell
    ## https://github.com/andresgongora/synth-shell/
    if [ -f /home/{myname}/.config/synth-shell/status.sh ]; then
        source /home/{myname}/.config/synth-shell/status.sh
    fi

All you got to do to stop this is to remove this block of code. If you want to avoid doing some mistake, just make a backup file before doing any updates in the .bashrc file (that file is very important and used by the system :P )

I sit in a Tesla and translated this thread with Ai:

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.