Expand description
Information about the environment in terms of locations of resources.
Functions
- Returns the path of the current user’s home directory if known.
- Return the location at which installation specific git configuration file can be found, or
Noneif the binary could not be executed or its results could not be parsed. - Return the location at which git installation specific configuration files are located, or
Noneif the binary could not be executed or its results could not be parsed. - Returns the platform dependent system prefix or
Noneif it cannot be found (right now only on windows). - Returns the contents of an environment variable of
namewith some special handling for certain environment variables (likeHOME) for platform compatibility. - Returns the fully qualified path in the xdg-home directory (or equivalent in the home dir) to
file, accessingenv_var(<name>)to learn where these bases are.