Current File : /home/inlingua/miniconda3/pkgs/git-2.45.2-pl5340h9abc3c3_1/info/recipe/menu-v2.json |
{
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://schemas.conda.io/menuinst-1.schema.json",
"menu_name": "Anaconda ({{ DISTRIBUTION_NAME }})",
"menu_items": [
{
"name": "Git Bash__ENV_PLACEHOLDER__",
"activate": false,
"terminal": false,
"description": "Bash for Windows",
"icon": "{{ MENU_DIR }}/git-for-windows.{{ ICON_EXT }}",
"command": [
"{{ PREFIX }}/Library/bin/bash.exe",
"--login",
"-i",
"--"
],
"platforms": {
"win": {
"desktop": false,
"quicklaunch": false,
"terminal_profile": "Git Bash ({{ DISTRIBUTION_NAME }})",
"app_user_model_id": "anaconda.GitBash.{{ DISTRIBUTION_NAME }}.{{ ENV_NAME }}",
"working_dir": "{{ HOME }}"
},
"linux": null,
"osx": null
}
}
]
}