-1

when opening my terminal on ubuntu I get : ilan@ilan-VirtualBox:~$

How do change it ? ( which file should I edit ?) to get only the "$" ?

enter image description here

1 Answers1

-2

You may use a much more beautiful shell called zsh. I am using the power level 10k theme.

look at my terminal

image

It also has better auto-completion, and auto-correction.

Read this article to setup zsh.

you can see the different theme styles

image

image taken from github readme of powerlevel10k

aahnik
  • 139