From 1f1228a1c139db118b9d42b16407eb8edf1035b5 Mon Sep 17 00:00:00 2001 From: jsmith Date: Wed, 6 Jul 2022 18:30:27 +0000 Subject: [PATCH] Update 'zshrc.bak' --- zshrc.bak | 6 ++++++ 1 file changed, 6 insertions(+) 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