Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.46k stars 948 forks source link

vsc segment error - command not found: prompt_vsc #1255

Closed alex-popov-tech closed 5 years ago

alex-popov-tech commented 5 years ago

Describe Your Issue

What is happening?

Hi guys. I've started having strange issues with vsc segment, just about today, after updating zsh and oh-my-zsh and powerlevel9k to master, issue is still there.

Screen Shot 2019-04-21 at 11 41 26 PM

Have you tried to debug or fix it?

Tried to use debug mode, but is show same error, which means nothing for me.

Environment Information

This information will help us understand your configuration.

Also here is my chunk of .zshrc about powerlevel9k properties:

POWERLEVEL9K_DIR_PATH_ABSOLUTE=true
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir_writable dir newline vi_mode)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time date vsc)
POWERLEVEL9K_MODE='nerdfont-complete'
Syphdias commented 5 years ago

It's vcs not vsc. Changing to this should fix your problem: POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time date vcs)

alex-popov-tech commented 5 years ago

As always. Thank you @Syphdias , closing.