-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support XDG_BASE_DIRECTORY #267
Comments
up |
mstruebing
added a commit
to mstruebing/z
that referenced
this issue
Nov 29, 2019
see: https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html This is backwards compatible with the old `_Z_DATA` env-var but enhances the user experiences with the XDG-specification. closes rupa#267
mstruebing
added a commit
to mstruebing/z
that referenced
this issue
Nov 29, 2019
see: https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html This is backwards compatible with the old `_Z_DATA` env-var but enhances the user experiences with the XDG-specification. closes rupa#267
mstruebing
added a commit
to mstruebing/z
that referenced
this issue
Nov 29, 2019
see: https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html This is backwards compatible with the old `_Z_DATA` env-var but enhances the user experiences with the XDG-specification. closes rupa#267
machupicchubeta
added a commit
to machupicchubeta/dotfiles
that referenced
this issue
Oct 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you consider supporting XDG_BASE_DIRECTORY natively ?
This can currently be implemented using
$ export _Z_DATA="XDG_DATA_HOME/z"
but native support would make the experience transparent.See archlinux wiki for more information.
Thanks for this great software.
The text was updated successfully, but these errors were encountered: