Different terminal view after upgrade to Ornara

Terminal has changed after upgrade. Now it writes like

nickname% 

but before it was

root@nickname Linux 5.9.16-1-MANJARO x86_64 21.0.1 Ornara
~ >>> 

Maybe you noticed, that i have written Ornara. It’s not mistake. Root user’s terminal saved its common view, but common user’s has not.
I suppose that somewhere is conf file for default shell or smth.
Help pls, that new shell look is just unfamiliar to me

You can customize your user prompt by editing your ~/.zshrc.

Why would it be a mistake? That’s the current code name for the latest stable ISO.

Please see Forum Rules - Manjaro

  • A sincere effort to use modest and proper language and grammar is a sign of respect toward the community that will certainly be appreciated and is quite likely to elicit positive responses. Please refrain from using so-called “textspeak”, “netspeak”, “leetspeak” and all other forms of internet slang.

.zshrc is empty. I wanted to copy root zsh config to common user.

Thanks for mentioning Rules.

I’ve solved problem:

  1. su -
  2. Copy /root/.zshrc to /home/username/.zshrc
  3. Reopen terminal
    Now your terminal is just like root user’s

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