I’ve just installed Manjaro on my laptop and noticed that Konsole had a very nice looking ZSH shell. I’ve been using bash on my Desktop computer since on there, all ZSH shows is >>> at the prompt; is there a way to swap the appearance?
Install manjaro-zsh-config
and copy paste the default .zshrc
to your home directory:
sudo pacman -S manjaro-zsh-config
cp /etc/skel/.zshrc ~/.zshrc
source ~/.zshrc
Now you can either change your default shell everywhere or only in konsole’s profiles to use zsh.
2 Likes
Thank you! That was a much quicker fix than I was expecting
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.