Open xavfernandez opened 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.
~/.config/<AppName>
~/Library/Preferences/<AppName>
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.