From: Samuel Cormier-Iijima Date: Fri, 19 Apr 2024 20:38:07 +0000 (-0400) Subject: Add aws-vault (#393) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/792fd7522eb746c12a08a6fabbd292bae1a7d219?ds=inline Add aws-vault (#393) * Create aws-vault.json * Update aws-vault.json --- diff --git a/programs/aws-vault.json b/programs/aws-vault.json new file mode 100644 index 0000000..e0c16fb --- /dev/null +++ b/programs/aws-vault.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.awsvault", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport AWS_VAULT_FILE_DIR=\"$XDG_DATA_HOME/awsvault\"\n```\n" + } + ], + "name": "aws-vault" +}