badmotorfinger / z

Save time typing out directory paths in PowerShell by jumping around instead.
The Unlicense
425 stars 32 forks source link

add support for XDG_CACHE_HOME #61

Closed xgqt closed 1 year ago

badmotorfinger commented 1 year ago

Thanks for taking the time to improve the script and for submitting a pull request.

Can you please explain this change and the reason for it?

xgqt commented 1 year ago

Thanks for taking the time to improve the script and for submitting a pull request.

Can you please explain this change and the reason for it?

Sure, XDG_CACHE_HOME is a special variable that is common on Linux-based operating systems. It stores the location of a "cache home" which is a place where applications that users run can put their cache-like files.

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

badmotorfinger commented 1 year ago

Will create a deploy package in the next few days.

xgqt commented 1 year ago

Hmm, not quite sure what happened here. Will you grab the diff and apply that? Cause you closed this PR without merging.