diff --git a/rc/bashrc b/rc/bashrc index 3863783f..8f28290d 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -613,6 +613,7 @@ if [ -d $SHELL_THINGS_REPO ]; then echo "" cd $SHELL_THINGS_REPO git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git + git fetch --all git pull sleep 10 echo "" diff --git a/rc/zshrc b/rc/zshrc index f642761e..64cf0518 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -590,6 +590,7 @@ if [ -d $SHELL_THINGS_REPO ]; then echo "" cd $SHELL_THINGS_REPO git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git + git fetch --all git pull sleep 10 echo ""