What are the default terminal tweaks manjaro adds to kde?

What are the addons that highlight the incorrect command and the one that adds the manjaro icon? Id post a screenshot but it won’t let me.

I believe it uses

zsh-syntax-highlighting
zsh-autosuggestions

and for the manjaro icon it uses powerlevel10k

1 Like

It’s in the repos, too -

zsh-theme-powerlevel10k

Also, there is the manjaro-zsh-config for the configuration of zsh as in Manjaro. :wink:

In short, all the packages for zsh in Manjaro are -

zsh
zsh-autosuggestions
zsh-syntax-highlighting
zsh-completions
zsh-history-substring-search
zsh-theme-powerlevel10k
manjaro-zsh-config
1 Like

The pertinent configs being sourced here:

https://github.com/Chrysostomus/manjaro-zsh-config
2 Likes

cscs, thanks for the link