From: b3nj4m1n Date: Wed, 18 May 2022 23:45:42 +0000 (+0200) Subject: Added ghcup config X-Git-Tag: v0.2.0.0~42 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/1e6bd0536f3bac65ab26c125f3d7e49c32e3956f?ds=sidebyside Added ghcup config --- diff --git a/programs/ghcup.json b/programs/ghcup.json new file mode 100644 index 0000000..d9c28b6 --- /dev/null +++ b/programs/ghcup.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.ghcup", + "supportLevel": "EnvVars", + "help": "Export the following environment variables:\n\n```bash\nexport GHCUP_USE_XDG_DIRS=true\n```\n" + } + ], + "name": "ghcup" +} \ No newline at end of file