Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Prompt Issue



This is the problem:

    PROMPT+='%{$(git_info)%}'

Fix:

   PROMPT+='$(git_info)'

I've provided more details in
https://github.com/robbyrussell/oh-my-zsh/issues/7945.

Roman.

>


Messages sorted by: Reverse Date, Date, Thread, Author