X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/89ed0fd2756b4b54b0afc0741db5ee46f097a48b..02ff70e39c25318db855afcd450f280ded900b4e:/programs/pylint.json diff --git a/programs/pylint.json b/programs/pylint.json index 3e157fd..1f1a002 100644 --- a/programs/pylint.json +++ b/programs/pylint.json @@ -2,9 +2,9 @@ "name": "pylint", "files": [ { - "path": "${HOME}/.pylint.d", + "path": "$HOME/.pylint.d", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=${XDG_CACHE_HOME}/pylint\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=\"$XDG_CACHE_HOME\"/pylint\n```\n" } ] }