DBA/zshrc.bak
2022-06-23 19:04:40 +00:00

10 lines
218 B
Bash

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 "https:${ght}"@github.com/"${1}".git
}