Change the default manjaro zsh color

image
i want it blue

There are various scripts and documentation files under /usr/share/zsh and /usr/share/zsh-theme-powerlevel10k.

Look around and see whether you can tweak it to your liking.

PROMPT="%(!.%{$fg[red]%}[%n@%m %1~]%{$reset_color%}# .%{$fg[green]%}[%n@%m %1~]%{$reset_color%}$ "

Normally commented out in: .zshrc
And / or read:
https://wiki.archlinux.org/title/zsh

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