From 5e208d2dbff3f2f97b1212bc19b3110d70cb09d4 Mon Sep 17 00:00:00 2001 From: b3nj5m1n Date: Wed, 29 Mar 2023 11:55:59 +0200 Subject: [PATCH] Add conda --- programs/conda.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/conda.json diff --git a/programs/conda.json b/programs/conda.json new file mode 100644 index 0000000..3145284 --- /dev/null +++ b/programs/conda.json @@ -0,0 +1,15 @@ +{ + "files": [ + { + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n", + "movable": false, + "path": "$HOME/.condarc" + }, + { + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n", + "movable": false, + "path": "$HOME/.conda" + } + ], + "name": "conda" +} \ No newline at end of file -- 2.47.3