Update 'zshrc.bak'
This commit is contained in:
parent
b9116bce08
commit
6d07c2901b
@ -1,6 +1,7 @@
|
||||
export PATH="/usr/local/opt/libpq/bin:$PATH"
|
||||
alias psql=/opt/homebrew/opt/libpq/bin/psql
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
export ptdir="/Users/joesmith/dbre-build/prod-tools/bin"
|
||||
|
||||
export ght=token
|
||||
|
||||
@ -21,3 +22,7 @@ function V(){
|
||||
export VAULT_CACERT=/Users/joesmith/vault.pem
|
||||
vault login -method oidc
|
||||
}
|
||||
|
||||
function pt(){
|
||||
"${ptdir}"/prod-tools
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user