Why terminal looks like this?

Hi there!
I wonder why the latest clean version installed show the terminal like this:
https://imgbox.com/SA3ROj1O
Thanks in advance.
Version is there in the terminal.

:+1:

1 Like

Can’t upload the picture or leave the link can be posted :frowning:

You can post a link with `

i.e. www.manjaro.org

1 Like

Done!!

https://imgbox.com/SA3ROj1O

Terminal look like this because it is zsh, new default shell in Manjaro Gnome.

2 Likes

And what exactly do you think is wrong with that picture?

Note:: It’s not even a screenshot, but a photo of your screen. :face_with_raised_eyebrow:

3 Likes

It looks like that because it is now better than it used to be. It now has syntax highlighting, autocorrect, better tab completion and other great features.

2 Likes

You right!
Sorry I have not rights yet to post a decent picture. :joy:

Anyway

Is a little confused that Z shell. Can I get back the old style?

That’s why i was wonder why, 'cause my current machine is using the same version but my terminal still in “old style” and i had no idea.

[amdrx@amdrx ~]$ cat /etc/lsb-release
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=20.1
DISTRIB_CODENAME=Mikah
DISTRIB_DESCRIPTION=“Manjaro Linux”

Yes, but you really should try it for a few days before switching back. if you want to go back, jst change your shell to bash:

chsh -s /bin/bash

The change only applies to new installations. We don’t change user settings with updates.

3 Likes

Yes, you can, with chsh ─ see the man page here.

1 Like

Ohh that’s great, thanks for you kind explanation, going to explore the new shell then or get back to the bash in the new machine if is needed. In my mind have no clue.

Thanks again

:+1:

Thanks!

1 Like

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