Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for windows system-wide xonshrc
pypa/pip had a similar conversation about this a few years ago (see: pypa/pip#309) and determined that placing global configuration files in `%ALLUSERSPROFILE%\Application Data` was the best solution without messing around with the registry. Following their lead on this, specifically from pypa/pip@2b5029c5
- Loading branch information