Use http repo
This commit is contained in:
parent
c5eba2ad07
commit
d595733858
1 changed files with 1 additions and 1 deletions
2
bash_rc
2
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
|
||||
|
|
Loading…
Reference in a new issue