summaryrefslogtreecommitdiffstats
path: root/Lib/venv/scripts/posix/activate.fish
Commit message (Expand)AuthorAgeFilesLines
* gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591)Steve Dower2023-04-171-1/+1
* gh-93858: Prevent error when activating venv in nested fish instances (GH-93931)Thomas B. Brunner2022-06-271-3/+6
* bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)Zackery Spytz2020-07-281-0/+2
* Fix the URL to fishshell.com (GH-20251)Jonathan Goble2020-05-201-1/+1
* Fix old mention of virtualenv (GH-17417)Brett Cannon2019-11-291-1/+1
* bpo-38899: virtual environment activation for fish should use `source` (GH-17...Brett Cannon2019-11-231-2/+2
* bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...Brett Cannon2019-08-211-22/+11
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1
* Fixes #25671: Updated prompt handling in activate.fish.Vinay Sajip2016-09-111-19/+20
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* Issue #26665: Remove mis-use of ``$`` in activate.fish.Brett Cannon2016-06-301-2/+2
* Fixes #26348: Corrected typos in activate.fish script.Vinay Sajip2016-02-131-2/+2
* Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.Vinay Sajip2013-10-021-2/+2
* Issue #15417: Add support for csh and fish in venv activation scripts.Andrew Svetlov2012-10-041-0/+74