This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andream
Recipients andream, vinay.sajip, xtreak
Date 2020-03-01.10:58:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583060281.46.0.922952342051.issue39577@roundup.psfhosted.org>
In-reply-to
Content
Hi, 
Apologies for the delays in returning to you.

I have been using ZSH and Oh My ZSH on top. The prompt variable, which I have customised, looks like the following:

% $(virtualenv_info)$fg[magenta]%}%n%{$reset_color%}@%{$fg[yellow]%}$(box_name)%{$reset_color%}:%{$fg_bold[green]%}${PWD/#$HOME/~}%{$reset_color%}$(git_prompt_info)
%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )$ '

Judging from the documentation, I have the correct variable in place, so I'm not sure what's the problem as of now.

What should be the right value in a standard bash or zsh shell?

Thanks
Andrea
History
Date User Action Args
2020-03-01 10:58:01andreamsetrecipients: + andream, vinay.sajip, xtreak
2020-03-01 10:58:01andreamsetmessageid: <1583060281.46.0.922952342051.issue39577@roundup.psfhosted.org>
2020-03-01 10:58:01andreamlinkissue39577 messages
2020-03-01 10:58:01andreamcreate