- respecting a new env
$AUTOJUMP_DARWIN_XDG: If$XDG_DATA_HOMEis set, use it as the autojump's data home; else if the OS is macOS and$AUTOJUMP_DARWIN_XDGis false, use~/Library(for compatibility); otherwise, use XDG's fallback path (i.e.,~/.local/share). - remove
migrate_osx_xdg_data()in autojump_data.py - related issue: #447 (closed)