mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
fix: only source .vault if it exists
This commit is contained in:
parent
1de370259e
commit
6c4c0198b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
source ~/.config/.vault
|
[ -f $HOME/.config/.vault ] && source ~/.config/.vault
|
||||||
|
|
||||||
export AWS_VAULT_BACKEND=keychain
|
export AWS_VAULT_BACKEND=keychain
|
||||||
export AWS_VAULT_KEYCHAIN_NAME="aws-vault"
|
export AWS_VAULT_KEYCHAIN_NAME="aws-vault"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue