Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whether PROMPT should work? #11

Open
yevgeniy-generalov opened this issue Jul 17, 2015 · 0 comments
Open

Whether PROMPT should work? #11

yevgeniy-generalov opened this issue Jul 17, 2015 · 0 comments

Comments

@yevgeniy-generalov
Copy link

Hi, Yonchu.
I am trying to customize my zsh PROMPT(not RPROMPT) and I see strange behaviour when I put $(vcs_super_info) in PROMPT string. It only works when I set prompt to default one like this

prompt adam2    # this is needed to make vcs_super_info work
prompt clint    # this is needed to change PROMPT to a custom value

and this my full settings for zsh-vcs-prompt

#VCSPROMPT                                                                                                  
source ~/.zsh/zsh-vcs-prompt/zshrc.sh
PROMPT="%F{red}<%F{green}%n@%m%F{white}:%F{yellow}%~%b%F{red}>%F{reset}"'$(vcs_super_info)'$'\n'"%B%F{red}-->>%b%F{reset} "
RPROMPT="%B[%b%B%D{%d-%m-%Y}%b %B%F{green}%D{%R}%F{reset}]%b"
ZSH_VCS_PROMPT_ENABLE_CACHING='true'
ZSH_VCS_PROMPT_LOGGING_LEVEL=2
#ZSH_VCS_PROMPT_USING_PYTHON='false' 

Is this supported or I do something wrong?
Thanks,
Evgeniy
screenshot from 2015-07-17 14-27-08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant