diff --git a/zshrc.bak b/zshrc.bak index b0843b3..24f0dfe 100644 --- a/zshrc.bak +++ b/zshrc.bak @@ -7,4 +7,10 @@ export ght=token function getrep(){ git clone "https:${ght}"@github.com/"${1}".git +} + +function buildDb(){ + export VAULT_ADDR=https://cci-prod-vault-a.infra.circleci.com + export VAULT_CACERT=/Users/joesmith/vault.pem + vault login -method oidc } \ No newline at end of file