Powerlevel9k: Unable to hide the VCS icon

Created on 16 Mar 2017  ·  5Comments  ·  Source: Powerlevel9k/powerlevel9k

I just updated to the master branch, and now I can't hide the git VCS icon (VCS_GIT_ICON).

Previously, adding POWERLEVEL9K_VCS_GIT_ICON='' to my .zshrc did the trick. That seems to no longer work though.

screen shot 2017-03-16 at 1 36 59 pm

So, what's the new way to hide the VCS icon?

Most helpful comment

I would say it is because the detection is now aware of the remote. Try setting POWERLEVEL9K_VCS_GIT_GITHUB_ICON=''.
See https://github.com/bhilburn/powerlevel9k/commit/f2cac2273a662127cf9dc25471047cdd0c116701

All 5 comments

It should be POWERLEVEL9K_VCS_GIT_ICON- Just tested this on my copy of master and it worked.

@rjorgenson Saw that typo right as you posted your response.

However, I just changed it from 10K -> 9K (super confused how I had that in there), reloaded my shell and I'm still seeing the icon.

screen shot 2017-03-16 at 1 47 49 pm

@natemccurdy - Is there any chance you are using zgen or a similar framework?

Thinking about another issue like this, #406, that we just resolved.

I would say it is because the detection is now aware of the remote. Try setting POWERLEVEL9K_VCS_GIT_GITHUB_ICON=''.
See https://github.com/bhilburn/powerlevel9k/commit/f2cac2273a662127cf9dc25471047cdd0c116701

@dritter POWERLEVEL9K_VCS_GIT_GITHUB_ICON='' did the trick! Thanks everyone 👍

I ended up blanking all the icons like this:

POWERLEVEL9K_VCS_GIT_ICON=''
POWERLEVEL9K_VCS_GIT_GITHUB_ICON=''
POWERLEVEL9K_VCS_GIT_GITLAB_ICON=''
POWERLEVEL9K_VCS_GIT_BITBUCKET_ICON=''
Was this page helpful?
0 / 5 - 0 ratings

Related issues

OATOMO picture OATOMO  ·  4Comments

agungsetiawan picture agungsetiawan  ·  6Comments

jpdoria picture jpdoria  ·  5Comments

shibumi picture shibumi  ·  3Comments

DanielChabrowski picture DanielChabrowski  ·  3Comments