From d5957338586c971d7e10de9cd9147dafcdfca8df Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 16 Sep 2021 10:16:25 +0300 Subject: [PATCH] Use http repo --- bash_rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_rc b/bash_rc index d103896..fc0922e 100755 --- a/bash_rc +++ b/bash_rc @@ -23,7 +23,7 @@ export EDITOR=nano # My PS1 customization mkdir -p "${HOME}/src" if [ ! -d "${HOME}/src/bash_prompt" ]; then - git clone git@github.com:ajdelgado/bash_prompt.git --depth 1 "${HOME}/src/bash_prompt" + git clone https://github.com/ajdelgado/my_bashrc.git --depth 1 "${HOME}/src/bash_prompt" cp "${HOME}/src/bash_prompt/bashrc_ps1.sh" "${HOME}/.bashrc_ps1" -rfp fi # shellcheck disable=SC1091