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