diff --git a/programs/azure-devops.json b/programs/azure-devops.json new file mode 100644 index 00000000..7994a70e --- /dev/null +++ b/programs/azure-devops.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.azure-devops", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport AZURE_DEVOPS_CACHE_DIR=\"$XDG_CACHE_HOME\"/azure-devops \n```\n" + } + ], + "name": "azure-devops" +}