We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FYI
I was playing around with your manp script and replace the cache_dir with something more generic after taking note of this page:
manp
cache_dir
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Your code:
dotfiles/bin/manp
Line 23 in 09aa03c
My improvement:
cache_dir=${XDG_CACHE_HOME:-$HOME/.cache}/$(basename "$0")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FYI
I was playing around with your
manp
script and replace thecache_dir
with something more generic after taking note of this page:https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Your code:
dotfiles/bin/manp
Line 23 in 09aa03c
My improvement:
The text was updated successfully, but these errors were encountered: