From 1e6bd0536f3bac65ab26c125f3d7e49c32e3956f Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Thu, 19 May 2022 01:45:42 +0200 Subject: [PATCH] Added ghcup config --- programs/ghcup.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/ghcup.json 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 -- 2.47.3