Confuse with the Konsole

So i need a bit of help, I like to remove how the konsole look after you type a command and put it back to the default one, please help.

╭─kori@Kori in ~
╰─λ

Edit starship.toml in .config.

BTW, that’s the default :slight_smile:

2 Likes

Hi there, welcome to the forum!
What you are talking about is probably the “prompt”, not konsole, which is the application for the terminal.
As prompt, we use the package starship.
Rather than removing it (you might like it in the future, maybe configured as you prefer), I suggest you try and edit
~/.config/fish/config.fish
And comment these lines:

## Starship prompt
if status --is-interactive
   source ("/usr/bin/starship" init fish --print-full-init | psub)
end

Then logoff and logon.

6 Likes

Thank you, may i ask what need to be switch out, and put back to make it the default one.

thank you, ill do that

1 Like

there are also some easy to change to presets here Presets | Starship it tells you how to install as well. or you can run fish_config an pick a prompt from the web ui if you remove the starship line

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.