Update 'zshrc.bak'

This commit is contained in:
jsmith 2022-06-23 19:04:40 +00:00
parent a13ef773a4
commit 4c9c548875

View File

@ -6,5 +6,5 @@ export ght=token
function getrep(){ function getrep(){
git clone "${ght}"@github.com/"${1}"/.git git clone "https:${ght}"@github.com/"${1}".git
} }