ZSH isn't following powerlevel9k theme

I installed the powerlevel9k theme 3 days ago. It was working just fine, but since yesterday my prompt is not displaying the theme. It looks like this.

the appearance right now

What can I do to fix this issue?

1 Answer

I just fixed the issue by adding this to my .zshrc file after the theme variable assignment:

POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=('status' 'load' 'ram_joined' 'time')
source $ZSH/oh-my-zsh.sh

Now the theme is working properly

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like