diff --git a/bashrc b/bashrc index 64a86c71..63885cef 100644 --- a/bashrc +++ b/bashrc @@ -692,6 +692,7 @@ export SHELL_THINGS_REPO=$HOME/.shell-things # Check if ~/.shell-things exists and cd and pull. if [ -d $SHELL_THINGS_REPO ]; then + git remote set-url origin https://github.com/Mikaela/shell-things.git echo "shell-things: $SHELL_THINGS_REPO exists, git pulling..." echo "" cd $SHELL_THINGS_REPO diff --git a/zshrc b/zshrc index c7c44a5c..81c49867 100644 --- a/zshrc +++ b/zshrc @@ -665,6 +665,7 @@ export SHELL_THINGS_REPO=$HOME/.shell-things # Check if ~/.shell-things exists and cd and pull. if [ -d $SHELL_THINGS_REPO ]; then + git remote set-url origin https://github.com/Mikaela/shell-things.git echo "shell-things: $SHELL_THINGS_REPO exists, git pulling..." echo "" cd $SHELL_THINGS_REPO