From bb76171a166dcbeff576f9bbee9d8598c20e4bbd Mon Sep 17 00:00:00 2001 From: Azad <49314270+Akmadan23@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:31:36 +0100 Subject: [PATCH] Add `conan` (#188) --- programs/conan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/conan.json diff --git a/programs/conan.json b/programs/conan.json new file mode 100644 index 0000000..331bfc2 --- /dev/null +++ b/programs/conan.json @@ -0,0 +1,10 @@ +{ + "name": "conan", + "files": [ + { + "path": "$HOME/.conan", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport CONAN_USER_HOME=\"$XDG_CONFIG_HOME\"\n```\nThis will set the directory in which `.conan` will be created.\n" + } + ] +} -- 2.47.3