Update 'zshrc.bak'

This commit is contained in:
jsmith 2022-07-06 18:30:27 +00:00
parent 4c9c548875
commit 1f1228a1c1

View File

@ -7,4 +7,10 @@ export ght=token
function getrep(){ function getrep(){
git clone "https:${ght}"@github.com/"${1}".git 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
} }