Skip to content

Commit

Permalink
Add aws-vault (#393)
Browse files Browse the repository at this point in the history
* Create aws-vault.json

* Update aws-vault.json
  • Loading branch information
sciyoshi authored Apr 19, 2024
1 parent 1d0b74e commit 792fd75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/aws-vault.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 792fd75

Please sign in to comment.