Skip to content

Commit

Permalink
Update conda.json
Browse files Browse the repository at this point in the history
  • Loading branch information
e-khurmamatov authored May 6, 2023
1 parent c00abe6 commit e233cb4
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions programs/conda.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
{
"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"
},
{
"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,
"path": "$HOME/.conda"
"path": "$HOME/.conda/environments.txt"
}
],
"name": "conda"
}
}

0 comments on commit e233cb4

Please sign in to comment.