]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add aws-vault (#393)
authorSamuel Cormier-Iijima <samuel@cormier-iijima.com>
Fri, 19 Apr 2024 20:38:07 +0000 (16:38 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 20:38:07 +0000 (22:38 +0200)
* Create aws-vault.json

* Update aws-vault.json

programs/aws-vault.json [new file with mode: 0644]

diff --git a/programs/aws-vault.json b/programs/aws-vault.json
new file mode 100644 (file)
index 0000000..e0c16fb
--- /dev/null
@@ -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"
+}