ActiveState / appdirs

A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
http://pypi.python.org/pypi/appdirs
MIT License
1.05k stars 98 forks source link

Add ~/.config/<AppName> as user_config_dir fallback on MacOS X #137

Open xavfernandez opened 4 years ago

xavfernandez commented 4 years ago

A bunch of softwares (git, fish, pip, neovim & certainly others) tend to use ~/.config/<AppName> instead of ~/Library/Preferences/<AppName>. So add the relevant fallback.