jeremyFreeAgent / oh-my-zsh-powerline-theme

oh-my-zsh Powerline style Theme
1.2k stars 254 forks source link

How to remove right side icon ◀■ #65

Open disjointedimages opened 7 years ago

disjointedimages commented 7 years ago

I have turned off the date, but the prompt/icon on the far right still shows.

brewek commented 7 years ago

Edit your ~/.zshrc file and set following variable:

POWERLINE_DISABLE_RPROMPT

To any value, for example:

POWERLINE_DISABLE_RPROMPT="true"

After terminal restart it should be fine.