]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update conda.json
authorEldar Khurmamatov <74624554+e-khurmamatov@users.noreply.github.com>
Sat, 6 May 2023 07:01:32 +0000 (10:01 +0300)
committerGitHub <noreply@github.com>
Sat, 6 May 2023 07:01:32 +0000 (10:01 +0300)
See https://github.com/b3nj5m1n/xdg-ninja/issues/14#issuecomment-1537069728

programs/conda.json

index 3145284840eabded1627afd7540b13542ddf04a2..dd30d711a465acfe0267265942a71e6dccb16fa4 100644 (file)
@@ -1,15 +1,30 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n",
-            "movable": false,
+            "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n",
+            "movable": true,
             "path": "$HOME/.condarc"
         },
         {
             "path": "$HOME/.condarc"
         },
         {
-            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n",
+            "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n",
+            "movable": true,
+            "path": "$HOME/.conda/.condarc"
+        },
+        {
+            "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n",
+            "movable": true,
+            "path": "$HOME/.conda/condarc"
+        },
+        {
+            "help": "Move the directory to _\"$HOME\"/.config/conda/_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n",
+            "movable": true,
+            "path": "$HOME/.conda/condarc.d/"
+        },
+        {
+            "help": "environments.txt unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n",
             "movable": false,
             "movable": false,
-            "path": "$HOME/.conda"
+            "path": "$HOME/.conda/environments.txt"
         }
     ],
     "name": "conda"
         }
     ],
     "name": "conda"
-}
\ No newline at end of file
+}