Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created January 15, 2018 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/bea205432895183d84e6a42f46215b28 to your computer and use it in GitHub Desktop.
Save jmercouris/bea205432895183d84e6a42f46215b28 to your computer and use it in GitHub Desktop.
(defun xdg-data-home (&optional (rel ""))
(merge-pathnames
rel
(merge-pathnames
(make-pathname :directory '(:relative "next"))
(uiop:xdg-data-home))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment