diff --git a/zshrc.bak b/zshrc.bak new file mode 100644 index 0000000..8aecdd0 --- /dev/null +++ b/zshrc.bak @@ -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 +} \ No newline at end of file