X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/588191841da71b0eb64dbaf03f047820b6140aa3..4fd75ef894f5bee5a7c83cd2d5f51dfb6ae72860:/programs/pnpm.json diff --git a/programs/pnpm.json b/programs/pnpm.json index 5d586f8..1a94314 100644 --- a/programs/pnpm.json +++ b/programs/pnpm.json @@ -1,10 +1,15 @@ { "files": [ + { + "path": "$HOME/.pnpm-state", + "movable": true, + "help": "Add the following to your npmrc:\n\n```\nstate-dir=$XDG_STATE_HOME/pnpm-state\n```\n" + }, { "path": "$HOME/.pnpm-store", "movable": true, - "help": "Add the following to your npmrc:\n\n```\nstore-dir=${XDG_DATA_HOME}/pnpm-store\n```\n" + "help": "Add the following to your npmrc:\n\n```\nstore-dir=$XDG_DATA_HOME/pnpm-store\n```\n" } ], "name": "pnpm" -} \ No newline at end of file +}