Update 'zshrc.bak'
This commit is contained in:
parent
4c9c548875
commit
1f1228a1c1
@ -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
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user