Add 'zshrc.bak'

This commit is contained in:
jsmith 2022-06-23 18:52:16 +00:00
parent 28aac9028e
commit a13ef773a4

10
zshrc.bak Normal file
View File

@ -0,0 +1,10 @@
export PATH="/usr/local/opt/libpq/bin:$PATH"
alias psql=/opt/homebrew/opt/libpq/bin/psql
export PATH="/opt/homebrew/bin:$PATH"
export ght=token
function getrep(){
git clone "${ght}"@github.com/"${1}"/.git
}