- Every shell will now look in the virtual environment for completions
- Improve virtual environment creation and reduce initial size
- Pacman is no longer installed inside the virtual environment upon creation,
only
filesystem
andsed
- Pacman is no longer installed inside the virtual environment upon creation,
only
- The XDG_DATA_DIRS environment variable is now respected inside the virtual environment
- Fix commands prefixed with
sudo
not calling the virtual environment's shims - Fix environments not being installed correctly when using a different name than the default
- Added completions for all supported shells
- Prevent nested virtual environments
- The order of the directories in the PATH are kept in the same order within the virtual environment
- Add support for the Fish shell (#6)
- Add support for the Zsh shell (#7)
- Fix various packages not installing/uninstalling correctly (e.g. fish and gnupg)
pacman-conf
now correctly uses the virtual environmentsudo
uses the virtual environment in scripts (i.e. makepkg)
- Using the shims in a script (i.e.
pacman
) will now use the virtual environment correctly
- Fix the man page not being installed in the correct location
- Initial release