summaryrefslogtreecommitdiff
path: root/hacking/env-setup.fish
AgeCommit message (Expand)Author
2022-03-05Honor `--quiet` parameter properly in fish shell (#77180)Philip Douglass
2021-10-19Modernize install (#76021)Matt Martz
2021-07-08Update hacking `env_setup` to prefer Python 3 (#75213)Sam Doran
2019-10-18Do not set ANSIBLE_LIBRARY in env-setup.fish (#63688)Sam Doran
2019-06-27Fix "no matches for wildcard" error in env-setup.fish script. (#58345)Elijah Lynn
2018-09-19Make ansible-test available in the bin directory. (#45876)Matt Clay
2017-08-01Improve fish environment setup (#26151)Sam Doran
2016-10-24Fish hacking setup fix (#18084)Sam Doran
2016-06-15Do not corrupt $MANPATH when it's not present (#16300)André Pinto
2016-04-27Make -q flag totally quiet for env-setup.fishBrett Inman
2015-09-02Use find ... -delete instead of non-portable globbingLuke Rohde
2015-09-02Delete all compiled python files when running hacking/env-setupLuke Rohde
2014-12-15Merge pull request #7306 from abadger/feature/egg-infoBrian Coca
2014-08-12Fix issue #8578. Setting envvar in ""'s ensures the PYTHONPATH is set toMichael Salmon
2014-05-06Teach env-setup how to create egg-info for ansible so that pkg_resources worksToshio Kuratomi
2013-08-14Fixed usage comment to fish syntax for sourcing a fileJharrod LaFon
2013-08-14Fixed incorrectly set PYTHONPATHJharrod LaFon
2013-08-13Added an env-setup file for FishJharrod LaFon