From 792fd7522eb746c12a08a6fabbd292bae1a7d219 Mon Sep 17 00:00:00 2001 From: Samuel Cormier-Iijima Date: Fri, 19 Apr 2024 16:38:07 -0400 Subject: [PATCH] Add aws-vault (#393) * Create aws-vault.json * Update aws-vault.json --- programs/aws-vault.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/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" +} -- 2.47.3