danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

Add support for XDG Base Directory environment variables #27

Closed silkeh closed 7 years ago

silkeh commented 7 years ago

Fish follows the XDG Base Directory specifications, resulting in errors when the XDG_CONFIG_HOME variable is set to something else than ~/.config.

This pull request changes everything necessary to support the environment variables, but README.md has not been updated.

danhper commented 7 years ago

Great, thanks!