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.11:48:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583063293.91.0.523985227909.issue39577@roundup.psfhosted.org>
In-reply-to
Content
Actually, the virtual_info appears to be a function within the theme, that does the following

function virtualenv_info {
    [ $VIRTUAL_ENV ] && echo '('%F{blue}`basename $VIRTUAL_ENV`%f') '
}

So, eventually the problems is in the function that retrieves the wrong variable. 

My question at this stage is, where is this "Prompt" variable set?

Thanks
History
Date User Action Args
2020-03-01 11:48:13andreamsetrecipients: + andream, vinay.sajip, xtreak
2020-03-01 11:48:13andreamsetmessageid: <1583063293.91.0.523985227909.issue39577@roundup.psfhosted.org>
2020-03-01 11:48:13andreamlinkissue39577 messages
2020-03-01 11:48:13andreamcreate