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 Lucretiel
Recipients Lucretiel
Date 2015-11-19.15:24:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447946690.19.0.336666934208.issue25671@psf.upfronthosting.co.za>
In-reply-to
Content
Many fish_prompts use display the $status (fish's equivalent to $?) somewhere in the prompt. Currently, venv's activate.fish overwrites and wraps the user's fish_prompt, the wrapping doesn't preserve this $status. This patch ensures that the $status is correctly restored before invoking the user's fish_prompt.

This is based on my similar work in virtualenv, at https://github.com/pypa/virtualenv/pull/799
History
Date User Action Args
2015-11-19 15:24:50Lucretielsetrecipients: + Lucretiel
2015-11-19 15:24:50Lucretielsetmessageid: <1447946690.19.0.336666934208.issue25671@psf.upfronthosting.co.za>
2015-11-19 15:24:50Lucretiellinkissue25671 messages
2015-11-19 15:24:49Lucretielcreate