From e8e4365b165e98e525f6821e10713a0484f77661 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 16 Sep 2021 10:21:43 +0300 Subject: [PATCH] fix repo --- bash_rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_rc b/bash_rc index fc0922e..d4e45b7 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 https://github.com/ajdelgado/my_bashrc.git --depth 1 "${HOME}/src/bash_prompt" + git clone https://github.com/ajdelgado/bash_prompt.git --depth 1 "${HOME}/src/bash_prompt" cp "${HOME}/src/bash_prompt/bashrc_ps1.sh" "${HOME}/.bashrc_ps1" -rfp fi # shellcheck disable=SC1091